/* START OF ABOUT PAGE STYLING */
@media screen and (min-width: 1700px) {
    .about__page .container {
        max-width: 1648px;
        padding-inline: 0 120px;
    }
    .about__page .container .text-content {
        margin-top: 2px;
        padding-left: 18px;
    }
}

.about__page .container {
    padding-top: 48px;
    padding-bottom: 95px;
    display: flex;
    align-items: start;
    justify-content: start;
    column-gap: 55px;
    row-gap: 30px;
    color: var(--primary-color);
}
.about__page .container h3 {
   font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 27px;
    letter-spacing: 0.4px;
    color: var(--dark-blue-color);
    text-align: center;
    margin-top: 17px;
}

.about__page .container h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 21px;
}
.about__page .container p {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 20px;
}

.about__page .container .text-content {
    max-width: 450px;
}
.about__page .container .dark-btn {
    max-width: 279px;
    margin-top: 49px;
    margin-left: 0;
}
@media screen and (min-width:1500px) and (max-width: 1699px) {
    .about__page .image-content img{
        width: 100%;
    }
    .about__page .container {
        column-gap: 30px;
        max-width: 98%;
    }
}
@media screen and (min-width:768px) and (max-width: 1499px) {
    .about__page .image-content img{
        width: 100%;
    }
    .about__page .container{
        justify-content: center;
        max-width: 900px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .car-page_bolands {
        grid-row-start: 2;
        grid-column: span 2;
        margin-inline: auto;
    }
}
@media screen and (min-width:768px) and (max-width: 991px) {
    .about__page .container {
        gap: 25px;
    }
}
@media screen and (max-width: 767px) {
    .about__page .container p {
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 20px;
    }
    .about__page .image-content,
    .about__page .image-content img{
        width: 100%;
    }
    .about__page .container .dark-btn {
        margin-top: 20px;
    }
    .about__page .container {
        padding: 30px 15px;
        gap: 20px;
        max-width: 500px;
        flex-direction: column;
    }
}
/* END OF ABOUT PAGE STYLING */
