








.ftco-section-parallax {
    position: relative;
}

.ftco-section-parallax .heading-section-white h2 {
    font-weight: 400 !important;
}

.about-author .desc h3 {
    font-size: 24px;
}

.ftco-section {
    padding: 6em 0;
    position: relative;
}

@media (max-width: 767.98px) {
    .ftco-section {
        padding: 6em 0;
    }
}


.ftco-about {
    position: relative;
    z-index: 0;
}

.ftco-about:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #54b9e1;
    z-index: -2;
    width: 63%;
}

@media (max-width: 767.98px) {
    .ftco-about:after {
        width: 100%;
    }
}