section.content-style-1 {
    padding: 100px 0;
}
section.content-style-1 .content-style-1-content {
    display: flex;
    gap: 90px;
    /* align-items: center; */
}
.content-style-1-left {
    width: 50%;
    position: relative;
}
.content-style-1-left.content-style-1-left-full {
    width: 100%;
}
.content-style-1-right {
    width: 50%;
    position: relative;
}

.content-style-1-right img {
    width: 100%;
    height: auto;
}
.content-style-1-left * {
    color: #77808B;
}
.content-style-1-left span {
    color: #97BF13;
}
.content-style-1-left blue {
    color: #0057A4;
}
.content-style-1-header {
    text-align: center;
    margin-bottom: 70px;
}
.content-style-1-header h3 {
    margin-bottom: 20px;
    font-weight: normal;
}
.content-style-1-header h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
.content-style-1-left p,
.content-style-1-left h6,
.content-style-1-left h5 {
    margin-bottom: 30px;
}
.content-style-1-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.content-style-1-left ul li {
    background-image: url(../../images/pepicons-pencil_arrow-left.png);
    background-repeat: no-repeat;
    background-position: left 3px;
    padding-left: 30px;
    margin-bottom: 14px;
}
.content-mode-style-2 span{
    color: #71E5D2;
}
section.content-style-1 .content-mode-style-2 .content-style-1-content {
    align-items: center;
}

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


@media (max-width:1440px) {
    section.content-style-1 .content-style-1-content {
        gap: 60px;
    }
    .content-style-1-left ul li {
        margin-bottom: 11px;
    }
}
@media (max-width:1380px) {

}
@media only screen and ( max-width: 1199px) {
    section.content-style-1 .content-style-1-content {
        gap: 40px;
    }
  
}
@media only screen and ( max-width: 961px) {
    section.content-style-1 {
        padding: 60px 0;
    }
    
}
@media only screen and ( max-width: 768px) {
    section.content-style-1 .content-style-1-content {
        display: block;
    }
    .content-style-1-left, .content-style-1-right {
        width: 100%;
    }
    .content-style-1-left {
        margin-bottom: 30px;
    }
    .content-style-1-header {
        margin-bottom: 30px;
    }
    .content-style-1-header h3 {
        margin-bottom: 15px;
    }
}
@media only screen and ( max-width: 560px) {
  
}