

@media (min-width: 434px) and (max-width: 734px) {
.site-footer{
height: 150px !important;
}
}

@media (min-width: 735px) {
.site-footer{
height: 120px !important;
}
}

.site-footer-section-1 {

height: 0px;
margin:0px !important;
}

@media (max-width: 433px) {
.site-footer{
height: 180px !important;
}
}