.who-we-are-sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.who-we-are-sec .left-col {
    width: 36.5%;
    padding-top: 60px;
}

.who-we-are-sec .right-col {
    width: 50%;
    padding: 60px 0;
}

.who-we-are-sec .image-block img {
    width: 100%;
    display: block;
}

.who-we-are-sec .image-block {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.who-we-are-sec .text-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

.who-we-are-sec .text-block span.sub-title {
    display: block;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.16px;
    text-transform: uppercase;
    position: relative;
    border-left: 5px solid #00C4A8;
    padding-left: 6px;
    margin-bottom: 20px;
}

.who-we-are-sec .text-block h2 {
    color: #fff;
    line-height: 44px;
}

.who-we-are-sec .text-block h2 span {
    color: #00C4A8;
}

.who-we-are-sec .text-block p {
    color: #fff;
}

@media only screen and (max-width: 1399px) {
    .who-we-are-sec .left-col {
        width: 40%;
    }

    .who-we-are-sec .right-col {
        width: 53%;
    }
}

@media only screen and (max-width: 1199px) {
    .who-we-are-sec .text-block h2 {
        line-height: 38px;
    }

    .who-we-are-sec .text-block span.sub-title {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .who-we-are-sec {
        background-position: left;
    }

    .who-we-are-sec .column-row {
        flex-direction: column-reverse;
    }

    .who-we-are-sec .left-col {
        width: 100%;
    }

    .who-we-are-sec .right-col {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 0;
    }

    .who-we-are-sec .left-col {
        padding-top: 30px;
    }

    .who-we-are-sec .image-block {
        width: 75%;
        margin: 0 auto;
    }

    .who-we-are-sec .text-block span.sub-title {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 18px;
        border-width: 3px;
        padding-left: 4px;
    }
}