.banner{padding-top:8rem;padding-bottom:0;background-repeat:no-repeat;background-size:cover;background-position:bottom -1.5rem center;display:flex;position:relative}.banner:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:var(--black);opacity:.5}.banner>.container{display:flex;align-items:center;z-index:1}.banner>.container .banner-image{margin-left:6rem;margin-top:auto}.banner>.container .banner-right{padding-left:4rem}.banner>.container .banner-right h1{font-size:3rem;font-weight:700;margin-bottom:1rem;color:var(--white)}.banner>.container .banner-right p{font-size:1.2rem;color:var(--white);margin-bottom:1.5rem}@media(max-width:992px){.banner{padding-bottom:5rem}.banner>.container .banner-image{display:none}.banner>.container .banner-right{text-align:center;padding-left:0}.banner>.container .banner-right h1{font-size:2.5rem}.banner>.container .banner-right .btn-primary{min-width:12rem}}@media(min-width:992px)and (max-width:1200px){.banner>.container .banner-right h1{font-size:2.3rem}}@media(min-width:1920px){.banner>.container .banner-image{height:550px;width:auto}}