@charset "utf-8";

/*--Small screens--*/
@media only screen and (max-width: 767px){
    section:not(:last-child){
        margin-bottom: 20px;
    }
}
