#footerbanners .footbanners-container{display:flex;align-items:flex-end;justify-content:space-between}
#footerbanners .banner-inner{position:absolute;top:10%;left:10%;right:0;width:100%}
#footerbanners h4.bannertext{width:78%;font-weight:400;font-size:32px;line-height:40px;color:var(--white);margin-bottom:30px}
#footerbanners .long .banner-inner{top:23%;left:5%}
#footerbanners .long h4.bannertext{width:48%}
@media(min-width:576px) {
.mobile-block{display:none}
}
@media(min-width:1200px) and (max-width:1599px) {
#footerbanners h4.bannertext{width:83%;font-size:26px;line-height:1.3;margin-bottom:30px}
.footbanners-container .square{margin-right:15px}
}
@media(min-width:992px) and (max-width:1199px) {
#footerbanners h4.bannertext{width:78%;font-size:21px;line-height:1.3;margin-bottom:20px}
.footbanners-container .square{margin-right:15px}
}
@media(min-width:768px) and (max-width:991px) {
#footerbanners h4.bannertext{width:78%;font-size:16px;line-height:1.3;margin-bottom:20px}
.footbanners-container .square{margin-right:15px}
}
@media(max-width:767px) {
#footerbanners .footbanners-container{flex-wrap:wrap}
#footerbanners h4.bannertext{width:300px;font-size:25px;line-height:1.3;margin-bottom:15px}
.footbanners-container .banner-item img,.footbanners-container .banner-item{width:100%}
}
@media(max-width:575px) {
#footerbanners .footbanners-container{flex-wrap:wrap}
#footerbanners h4.bannertext{width:100%;font-size:28px;line-height:1.3;margin-bottom:15px;text-align:center}
#footerbanners .long h4.bannertext{width: 202px;margin: 0 auto 15px;}
.desktop-block{display:none}
#footerbanners .button.yellow{padding:20px 30px;font-size:18px;width:100%}
#footerbanners .banner-inner{padding:35px;position:absolute;bottom:0;left:0;right:0;top:unset}
.banner-item.square{margin-bottom:40px}
#footerbanners .long .banner-inner {
    top: 0;
    left: 0;
    padding: 35px;
}
}
@media(max-width:390px) {
#footerbanners h4.bannertext{font-size:24px}
#footerbanners .banner-inner{padding:20px}
#footerbanners .long .banner-inner {
    padding: 20px;
}
}