body {
    color: #404040;
    font-family: 'Libre Franklin', sans-serif !important;
    font-size: 1rem;
    line-height: 1.5;
}

.footer-img {
    width: 130px;
    height: auto;
    object-fit: cover;
}

.section{
    padding: 40px;
    height: 100vh;
    /*height: 500px;*/
}

.section-white {
    background-color: #fff;
}

.section-grey {
    background-color: #EBF2F5;
}

.footer {
    padding: 40px;
}

.shift {
    margin-top: 0;
}

@media (max-width: 768px) {
    .section {
        padding: 20px 0;
        height: initial;
    }

    .block-4-ul {
        margin: 0;
    }

    .shift {
        margin-top: 15px;
    }


}
