section.banner-block{position:relative;overflow:hidden;text-align:left;color:#fff;margin:0 30px;border-radius:15px;height:490px}section.banner-block .banner-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}section.banner-block .banner-background img{width:100%;object-fit:cover;display:block;height:490px}section.banner-block .banner-container{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:center;padding:40px}section.banner-block h1,section.banner-block p{color:#fff}section.banner-block::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,0.45);z-index:0}@media(max-width:768px){section.banner-block.mobile-background{position:relative;overflow:hidden;text-align:left;color:#fff;margin:0 30px;border-radius:15px;height:900px}section.banner-block.mobile-background .banner-background img{width:100%;height:900px;object-fit:cover;object-position:bottom center}section.banner-block.mobile-background .banner-container{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;padding:40px;text-align:center;justify-content:normal}section.banner-block .banner-image-desktop{display:none}section.banner-block .banner-image-mobile{display:block}}@media(max-width:650px){section.banner-block{height:max-content;margin:0 10px}}@media(max-width:575px){section.banner-block.mobile-background{margin:0 15px}}