@charset "utf-8";

/* Mobile */
@media only screen and (min-width: 0px) {
    .fascia-feedaty-home{
        margin-bottom: 30px;
    }
}

/* Desktop */ 
@media only screen and (min-width: 769px) {

}