/* Homepage only — do not load on other pages */

@media (min-width: 768px) {
    .page-home .kv {
        margin: 0 -50px;
        width: calc(100% + 100px);
    }

}

.page-home .section1-text p {
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
}

.page-home .section1-text p span {
    color: #196c87;
    font-size: 100%;
}

.page-home .section3-title p span {
    font-size: 16px;    font-weight: normal;
}

.page-home .section4-content {
    background: #f6f4f1;
    padding: 30px 20px 60px 20px;
}

.page-home .section2 .container.project .project-img-row {
    display: none;
}

.page-home .section2 .container.project .project-img-row.is-active {
    display: flex;
}


