/* Style for seactions the blocks */
section {
    margin-bottom: 147px;
}

@media screen and (max-width: 900px){
    section {
        margin-bottom: 77px;
    }
}