  body {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 400;
        font-size: 15px;
        overflow-x: hidden;
    }
    .page-head {
        height: 150px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        background-color: #212121;
    }
    .page-head .title {
        color: #fff;
        text-transform: uppercase;
        font-size: 43px;
        line-height: 1.2em;
        font-weight: 700;
        margin-top: revert;
    }
    .page-head .title span {
        color: #00e4db;
    }
    .about {
        padding-top: 60px;
    }
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .about .title {
        position: relative;
        display: inline-block;
        color: #0ccbc4;
        font-size: 20px;
    }
    .about .title:after {
        content: '';
        position: absolute;
        z-index: 2;
        right: 0;
        width: 30px;
        height: 2px;
        top: 50%;
        margin-top: -1px;
        background-color: #0ccbc4;
        margin-right: -45px;
    }
    .about-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 20px;
    }
    .about-content {
        width: 48%;
    }
    .editor h4 {
        font-size: 24px;
    }
    .editor h4, .editor h5 {
        font-weight: 700;
        color: #212121;
        line-height: 1.2em;
        margin-bottom: 20px;
    }
    h4, h5, h6 {
        margin-top: 10px;
    }
    .editor p {
        margin-bottom: 20px;
        color: #2b2727;
        font-size: 16px;
        line-height: 1.5em;
        font-weight: 400;
    }
    .about-btn {
        position: relative;
        margin-top: 30px;
    }
    .about-btn img {
        position: absolute;
        z-index: 1;
        bottom: -75px;
        left: 0;
        margin-left: -407px;
    }
    .about-btn .btn1 {
        position: relative;
        z-index: 2;
        width: 190px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .btn1 {
        display: inline-block;
        
        color: #fff;
        width: 210px;
        height: 60px;
        line-height: 60px;
        border-radius: 5px;
        background-clip: padding-box;
        text-align: center;
        font-size: 18px;
        outline: 0;
        border: none;
        -o-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
        font-weight: 500;
        background-image: -webkit-linear-gradient(90deg, rgb(41, 237, 235) 0%, rgb(11, 202, 195) 100%);
        box-shadow: 0px 0px 40px 0px rgb(11 202 195 / 50%);
        
    }
    .btn1,a:hover {
        color: #fff;
        text-decoration: none;
    }


    .about-image {
        width: 49%;
        position: relative;
    }
    .about-image img {
        width: calc(100% - 16px);
        margin-right: 16px;
        height: 450px;
        -o-object-fit: cover;
        object-fit: cover;
        position: relative;
        z-index: 2;
    }
    .about-image .overlay {
        z-index: 1;
        position: absolute;
        width: 330px;
        height: 330px;
        bottom: -14px;
        right: 0;
        background-color: #2c2c2c;
        display: block;
    }
    .we-do {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .s-grey {
        background-color: #fafafa;
    }
    .we-do .s-title {
        font-size: 35px;
    }
    .s-title {
        width: 100%;
        text-align: center;
        color: #342f2f;
        font-size: 32px;
        font-family: Montserrat,sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1.0em;
    }
    .s-title span {
        color: #0ccbc4;
    }
    .we-do .s-subtitle {
        text-align: center;
        margin-top: 20px;
        color: #000;
        font-size: 15px;
        line-height: 1.5em;
    }
    .we-do-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 30px;
    }
    .we-do-item {
        width: 32%;
        background-color: #fff;
        text-align: center;
        padding: 30px;
        border-radius: 10px;
        background-clip: padding-box;
        padding-top: 40px;
    }
    .we-do-item .icon {
        height: 100px;
    }
    .we-do-item .icon img {
        max-height: 100%;
        width: auto;
    }
    .we-do-item .name {
        font-size: 19px;
        font-weight: 500;
        color: #000;
        line-height: 1.2em;
        margin-top: 20px;
    }
    .we-do-item .text {
        margin-top: 20px;
        line-height: 1.3em;
        color: #000;
        font-size: 15px;
    }

    .about-partners-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .about-partners-image {
        width: 49%;
        text-align: right;
        margin-top: 20px;
    }
    .about-partners-text {
        width: 49%;
    }
    .about-partners-image img {
        width: auto;
        height: auto;
        max-width: 80%;
    }
    .about-partners-text .s-title {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .about-partners-desc {
        margin-top: 20px;
        text-align: center;
        color: #222;
        font-size: 18px;
        line-height: 1.3em;
    }
    .about-partners-desc b {
        color: #0ccbc4;
    }


@media (max-width: 992px){
.about-content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-top: 40px;
}



.about-image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: auto;
}


.about-image img {
    height: auto;
}

.container {
    max-width: 740px;
}

.we-do-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.we-do-item {
    width: 46%;
    margin: 0 2%;
    margin-bottom: 20px;
}
.about-partners-image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin: 0 auto;
}
.about-partners-text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
}

.s-title {
    font-size: 32px;
}



}


@media (max-width: 770px){
.about-image .overlay {
    width: 200px;
    height: 200px;
}
.section {
    padding: 60px 0;
}
.s-title {
    font-size: 26px;
}



}

@media (max-width: 600px){
.we-do .s-title {
    font-size: 26px;
}

.we-do-item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
}
.about-partners-text .s-title {
    font-size: 26px;
}

.editor p {
    margin-bottom: 15px;
}





}


@media (max-width: 1200px){
.container {
    max-width: 960px;
}

.s-title {
    font-size: 35px;
}


}