.box-banner__wrapper{background-size:cover;background-repeat:no-repeat;background-position:50%}.box-banner{display:flex;flex-direction:column;justify-content:center;padding:3rem}.box-banner.content-left{align-items:flex-start}.box-banner.content-center{align-items:center}.box-banner.content-right{align-items:flex-end}.box-banner .box{display:flex;flex-direction:column;background-color:var(--white);padding:3rem;width:100%;border-radius:1rem;overflow:hidden}.box-banner .box>p{margin-bottom:1rem}.box-banner .box--text-center{text-align:center}.box-banner .box--text-right{text-align:right}.box-banner .box h1,.box-banner .box h2,.box-banner .box h3{margin:0 0 1.5rem}@media only screen and (min-width:768px){.box-banner .box{max-width:50rem}}@media only screen and (min-width:1200px){.box-banner .box{max-width:60rem}}