section.content-style-one-2buys {
    padding: 130px 0 100px;
    position: relative;
    content: "";
    background-image: url(../../images/2buys-section-2-bg-top.svg);
    z-index: 0;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 20%;
}
section.content-style-one-2buys::before {
    background-color: #EEE;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 100px;
    top: 0;
}
.content-style-1-2buys-header {
    text-align: center;
}
.content-style-1-2buys-header h6 {
    color: #E57224;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.content-style-1-2buys-header h4 {
    font-weight: 500;
    margin-bottom: 40px;
}
.content-style-1-2buys-header h5 {
    color: #77808B;
    font-size: 24px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 1.6em;
    width: 1100px;
    margin: 0 auto;
    max-width: 100%;
}
.content-style-1-2buys-content {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 60px;
    justify-content: center;
}
.content-style-1-2buys-content .content-style-1-2buys-right {
    color: #77808B;
    max-width: 35%;
}
.content-style-1-2buys-content .content-style-1-2buys-right p{
    color: #77808B;
}

@media (max-width:1566px) {
}


@media (max-width:1440px) {

}
@media (max-width:1380px) {

}
@media only screen and ( max-width: 1199px) {

}
@media only screen and ( max-width: 961px) {
    section.content-style-one-2buys::before {
        height: 60px;
    }
    section.content-style-one-2buys {
        padding: 80px 0 60px;
    }
    .content-style-1-2buys-header h6,
    .content-style-1-2buys-header h4 {
        margin-bottom: 20px;
    }
    .content-style-1-2buys-header h5 {
        font-size: 20px;
    }
    .content-style-1-2buys-content {
        gap: 30px;
        margin-top: 40px;
    }
}
@media only screen and ( max-width: 768px) {
    .content-style-1-2buys-header h5 {
        font-size: 18px;
    }
}
@media only screen and ( max-width: 560px) {
    .content-style-1-2buys-content {
        flex-wrap: wrap;
    }
    .content-style-1-2buys-left,
    .content-style-1-2buys-content .content-style-1-2buys-right {
        width: 100%;
        text-align: center;
        max-width: 100%;
    }
}