section.content-style-1.content-style-2 .content-style-1-content {
    gap: 120px;
    justify-content: space-between;
}
section.content-style-1.content-style-2 .content-style-1-right {
    width: 32%;
}
.content-style-2 .content-style-1-content .content-style-1-header {
    width: 50%;
    text-align: initial;
    margin-top: 40px;
    margin-bottom: 0;
}
.content-style-2 .content-style-1-content .content-style-1-header h3 {
    margin-bottom: 50px;
    font-weight: normal;
}
.content-style-2 .content-style-1-content .content-style-1-header p {
    color: #77808B;
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 1.5em;
    font-weight: 300;
}
.content-style-2 .content-style-1-content .content-style-1-header h6 {
    line-height: 1.5em;
}
.content-style-2 .content-style-1-header ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.content-style-2 .content-style-1-header ul li {
    color: #77808B;
    background-image: url(../../images/list-line.svg);
    background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 20px;
    margin-bottom: 4px;
}
.content-style-2 .content-style-1-header.style-with_list {
    margin-top: 0;
}
.content-style-2 .content-style-1-header.style-with_list p {
    margin-bottom: 30px;
}
.content-style-2 .content-style-1-header.style-with_list h6 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 500;
}


@media (max-width:1380px) {

}
@media only screen and ( max-width: 1199px) {
    section.content-style-1.content-style-2 .content-style-1-right {
        width: 45%;
    }
}
@media only screen and ( max-width: 961px) {
    .content-style-2 .content-style-1-content .content-style-1-header {
        margin-top: 0;
    }
    section.content-style-1.content-style-2 .content-style-1-content {
        gap: 80px;
    }
}
@media only screen and ( max-width: 768px) {
    .content-style-2 .content-style-1-content .content-style-1-header {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    section.content-style-1.content-style-2 .content-style-1-right {
        width: 100%;
        padding: 0 35%;
    }
    .content-style-2 .content-style-1-content .content-style-1-header h3 {
        margin-bottom: 30px;
    }
    .content-style-2 .content-style-1-content .content-style-1-header p {
        margin-bottom: 30px;
    }
    .content-style-2 .content-style-1-header.style-with_list p {
        margin-bottom: 20px;
    }
    .content-style-2 .content-style-1-header.style-with_list {
        text-align: left;
    }
    .content-style-2 .content-style-1-header.style-with_list h6 {
        font-size: 18px;
    }
    .content-style-2 .content-style-1-content .content-style-1-header p {
        font-size: 18px;
    }
}
@media only screen and ( max-width: 560px) {
    .content-style-2 .content-style-1-content .content-style-1-header h3 {
        margin-bottom: 20px;
    }
    .content-style-2 .content-style-1-content .content-style-1-header p {
        margin-bottom: 20px;
    }
    section.content-style-1.content-style-2 .content-style-1-right {
        padding: 0 25%;
    }
}