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

}

.advantages-top h2{
    text-transform:uppercase ;
}
.advantages-title-right{
    text-align: right;
    max-width: 34%;
    font-size: 41px;
    line-height: 54px;
}
.advantages-title-left{
    padding-top: 160px;
    max-width: 31%;
    line-height: 51px;
}
.advantages-bottom{
    display: flex;
    max-width: 78%;
    margin: 0 auto;
    gap: 42px;
    padding-top: 32px;
}

.bottom-left, .bottom-right{
    flex:0 0 50%;
    display: flex;
    gap: 35px;
}
.left-item, .right-item{
    display: flex;
    flex-direction: column;
    gap:10px;
}
.right-item{
    margin-top: 30px;
}
.right-item:nth-child(2){
    margin-top: 96px;
}
.left-item:nth-child(2){
    margin-top:45px;
}
.left-title, .right-title{
    padding-top: 20px;
}
.left-title h2, .right-title h2{
    font-weight: 800;
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
}
/*.left-item:last-child .left-title, .right-item:last-child .right-title{*/
/*    order:2;*/
/*}*/
.left-image, .right-image{
    max-width: 249px;
    height: 182px;
     object-fit: cover;
    border-radius: 16px;
}
@media (max-width: 1200px){
    .left-image, .right-image{
        height: 182px;
    }
    .advantages-bottom{
        max-width:100%;
        gap:15px;
    }
    .left-item, .right-item{
        flex: 0 0 25%;
    }
    .advantages-img{
        max-width: 286px;
    }
    .advantages-title-left, .advantages-title-right{
        max-width: 100%;
    }
}
@media (max-width: 1150px){
    .left-image, .right-image{
        height: 147px;
        max-width: 222px;
    }

}
@media (max-width: 1024px){
    .advantages-bottom{
        max-width: 100%;
        padding-top: 20px;
    }
    .right-title h2, .left-title h2{
        font-size: 20px;
        line-height: 22px;
        max-width: 100%;
    }
    .advantages-title-right{
        max-width: 100%;
        font-size: 25px;
        line-height: 30px;
    }
    .advantages-title-left{
        max-width: 100%;
        font-size: 25px;
        line-height: 30px;
    }
    .advantages-img{
        max-width: 300px;
        height: 150px;
    }
    .left-image, .right-image {
        max-width: 140px;
        height: 126px;}

}
@media (max-width: 767px){
    .advantages-top{
        flex-direction: column;
        padding-top: 59px;
        padding-left: 10px;
        padding-right: 10px;
        gap:10px;
    }
    .advantages-img{
        margin-top: 0;
        order:3;
        max-width: 100%;
        height: 196px;

    }
    .advantages-title-left{
        padding-top: 0;
        order:2;
        text-align: right;
        font-size: 32px;
        line-height: 36px;
        padding-bottom: 14px;
    }
    .advantages-title-right{
        order:1;
        text-align: left;
        font-size: 32px;
        max-width: 31px;
        line-height: 36px;
    }
    .advantages-bottom{
        flex-direction: column;
        padding-top: 35px;
    }
    .left-item, .right-item{
        flex-direction: column;
    }
    .left-item img{
        display: none;
    }
    .right-title, .left-title {
        font-size: 18px;
        line-height: 22px;
        max-width: 100%;
    }
    .left-title{
        padding-top:0;
    }
    .left-item:first-child, .right-item:first-child {
        align-items: flex-end;
    }
    .right-item{margin-top: 0;}
    .left-item:nth-child(2){margin-top:0;}
    .left-image, .right-image {
        width: 100%;
        height: 162px;
        margin-top: 11px;
        padding-right: 7px;
        max-width: 100%;
    }
    .right-item:nth-child(2){
        margin-top: 0;
    }
    .right-title h2, .left-title h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .left-item:last-child .left-title, .right-item:last-child .right-title{
        order:1;
    }
    .left-item:last-child .left-image, .right-item:last-child .right-image{
        order:1;
    }
    .bottom-left, .bottom-right{
        padding-left: 10px;
        flex-direction: column;
    }
    .left-item:last-child, .right-item:last-child {
        padding-top: 20px;
    }
    .bottom-right{
        padding-top: 40px;
    }
}