.section-module.section-f{
    margin-bottom: 250px;
}
.section-f{
    /*background-color: #f3f3f3;*/
    /*padding-top:  100px;*/
}
.section-f .section__heading{
    margin-bottom: 0;
}
.section-f .section__heading .heading--sub{
    max-width: 600px;
}
.section-f .section__inner{
    margin-top: -5%;
}
.section-f .post-image{
    width: 100%;
    transform: translateY(26.21232%);
}

.section-f .post-image img{
    width: 100%;
}
@media (max-width: 1024px){
    .section-module.section-f{
        margin-bottom: 150px;
    }
}
@media (max-width: 768px) {
    .section-module.section-f{
        margin-bottom: 150px;
    }
    .section-f .section__inner {
        margin-top: -5%;
    }
}
@media (max-width: 576px) {
    .section-module.section-f {
        margin-bottom: 100px;
    }
}
@media (max-width: 480px) {
    .section-module.section-f {
        margin-bottom: 80px;
    }
}
@media (max-width: 420px) {
    .section-module.section-f {
        margin-bottom: 60px;
    }
}
@media (max-width: 380px) {
    .section-module.section-f {
        margin-bottom: 55px;
    }
}