body {
    font-family: Raleway, sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.hero-logo-container {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    height: 40vh;
}

.btx-page-hero {
    height: 40vh !important;
}

.section-about {
    min-height: 100vh;
    background: url('../images/about-bg.jpg') no-repeat center right;
    background-size: cover;
    color: #fff;
}

.section-about p {
    line-height: 1.3;
}

.about-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}

.about-inner {
    width: 100%;
    max-width: 750px;
    padding-right: 180px;
    text-align: right;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}

.about-title span {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 28px;
}

.section-services {
    min-height: 100vh;
    position: relative;
}

.section-services-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: url('../images/bg-services.jpg') center center no-repeat;
    background-size: cover;
}

.section-services-inner {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 30px 80px;
}

.services-title span {
    font-family: Raleway, sans-serif;
    display: inline-block;
    padding: 0 10px;
    background: #353b64;
    color: #fff;
    font-weight: 600;
    font-size: 28px;
}

.service-mini-title {
    font-family: Raleway, sans-serif;
}

.section-services p {
    font-family: Raleway, sans-serif;
    line-height: 1.3;
    color: #1d1d1d;
}

.section-missions {
    position: relative;
    min-height: 100vh;
}

.section-missions-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background: url('../images/mission-bg.jpg') no-repeat center right;
    background-size: cover;
    color: #fff;
}

.section-missions-inner {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 30px 80px;
}

.section-missions-inner p {
    position: relative;
    font-family: Raleway, sans-serif;
    line-height: 1.3;
    color: #1d1d1d;
    padding-left: 20px;
}

.section-missions-inner p:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
    background: #353b64;
}

.section-why-us-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: url('../images/bg-why-us.jpg') no-repeat center right;
    background-size: cover;
    color: #fff;
}

.highlight {
    height: 80vh;
    background: url(../images/bg-highlight.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}

.highlight img {
    display: block;
    width: 28.64583333333333vw;
    position: absolute;
    bottom: 80px;
    left: 80px;
}

@media (max-width: 768px) {
    .section-why-us-bg,
    .section-missions-bg,
    .section-services-bg {
        display: block;
        position: static;
        width: 100%;
        height: 60vh;
        z-index: 1;
    }
    .btx-row {
        z-index: 4;
        position: relative;
    }
    .btx-page-hero {
        height: auto !important;
    }
    .section-about {
        background: url('../images/about-bg.jpg') no-repeat center left;
        background-size: cover;
    }
    .about-inner {
        padding-right: 0;
    }
    .section-services-inner,
    .section-missions-inner {
        padding: 30px 20px;
    }
    .highlight img {
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 30px);
    }
    .section-about p {
        text-align: center;
        padding: 0 15px;
    }
    .section-about p br {
        margin-bottom: 10px;
    }
    .section-about h2 {
        text-align: center;
        width: 100%;
    }
    #post-759 {
        padding-top: 0;
    }

}

#team {
    display: none;
}

.language-custom a {
    font-weight: bold;
}