.about-img{
    max-width: 456px;
    height: 234px;
    border-radius: 16px;
    object-fit: cover;
    margin-top: 13px;
}
.about-top{
    display: flex;
    justify-content: center;
    padding-top: 135px;
    gap: 22px;

}
.about-top h2{
    text-transform:uppercase ;
}
.about-title-right{
    text-align: right;
    max-width: 31%;
    font-size: 43px;
    line-height: 52px;
}
.about-title-left{
    padding-top: 156px;
    max-width: 31%;
    font-size: 42px;
    line-height: 50px;
}
.about-bottom{
    display: flex;
    max-width: 88%;
    margin: 0 auto;
}
.about-bottom-left{
    flex:0 0 61%;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
}
.about-bottom-right{
    flex:0 0 49%;
}
.about-bottom-content{
    max-width: 57%;
}
.about-bottom-content p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
.about-img-bottom{
    max-width: 348px;
    height: 254px;
    border-radius: 16px;
    object-fit: cover;
    margin-top: 46px;

}
.about-bottom-left img{
    align-self: flex-end;
}
.about-bottom-right {
    padding-left: 37px;
}
.about-img-bottom-right{
    max-width: 348px;
    height: 254px;
    border-radius: 16px;
    object-fit: cover;
    margin-top: 36px;
}
.about-slider .slick-prev{
    left:0;
}
.about-slider .slick-next{
    right: 0;
}
.about-slider .slick-prev::before,
.about-slider .slick-next::before {
    content: '';
    display: block;
    width: 27px;
    height: 10px;
    background-size: contain;
    transition: opacity 0.3s ease;
}

.about-slider .slick-prev::before {
    background: url("data:image/svg+xml,%3Csvg width='27' height='10' viewBox='0 0 27 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.74074 9.029L1 5.029M1 5.029L5.74074 1M1 5.029L25.8889 5.029' stroke='%23121A20' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center center;
    transform: translateX(-50%);
}

.about-slider .slick-next::before {
    background: url("data:image/svg+xml,%3Csvg width='27' height='10' viewBox='0 0 27 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.1479 9.029L25.8887 5.029M25.8887 5.029L21.1479 1M25.8887 5.029L0.999783 5.029' stroke='%23121A20' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center center;
}

.about-slider .slick-prev:hover::before,
.about-slider .slick-next:hover::before {
    opacity: 0.8;
}
.about-container {
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}
@media (max-width: 1400px) { .about-container { max-width: 1300px; } }
@media (max-width: 1320px) { .about-container { max-width: 1200px; } }
@media (max-width: 1220px) { .about-container { max-width: 1100px; } }
@media (max-width: 1150px) { .about-container { max-width: 950px; } }
@media (max-width: 1000px) { .about-container { max-width: 900px; } }
@media (max-width: 950px) {
    .about-container { max-width: 800px; }
}
@media (max-width: 850px) {
    .about-container{ max-width: 700px; }
}
@media (max-width: 1024px){
    .about-title-right, .about-title-left{
        max-width: 100%;
    }
    .about-bottom{
        max-width: 100%;
    }
    .about-img-bottom, .about-img-bottom-right{
        max-width: 206px;
        height: 150px;
    }
    .about-img{
        max-width: 192px;

        height: 150px;
    }
}
/* Up to 767px — Mobile */
@media (max-width: 767px) {
    .about-top {
        gap: 0;
        padding: 58px 0 0;
        flex-direction: column;
    }
    .about-bottom{
        max-width: 100%;
        flex-direction: column;
    }
    .about-title-right {
        text-align: left;
        order:1;
        max-width: 85%;
    }
    .about-bottom-content{
        max-width: 100%;
        padding-top: 6px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .about-bottom-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .about-title-left {
        max-width: 86%;
        margin-left: auto;
        padding-top: 0;
        text-align: right;
        order:2;
    }
    .about-img-bottom{
        max-width: 262px;
        padding-right: 7px;
        height: 193px;
        argin-top: 7px;
    }
    .about-img-bottom-right {
        padding-left: 8px;
        max-width: 262px;
        height: 192px;
        margin-top: 30px;
    }
    .about-img {
        padding-top: 7px;
        order:3;
        width: 100%;
        max-width: 100%;
        margin-top: 13px;
        height: 199px;
    }
    .about-bottom-right{
        padding-left: 0;
    }
    .about-title-right{
        font-size: 33px;
        line-height: 38px;
    }
    .about-title-left{
        font-size: 30px;
        line-height: 41px;
    }
}
