.home-banner{height:70vh;display:flex;background-color:rgba(33,33,33,.2);margin-bottom:100px}.home-banner .home-banner-section{width:50%;height:100%;margin-top:80px}.home-banner .home-banner-section.image{display:flex;flex-direction:column;align-items:center;justify-content:center}.home-banner .home-banner-section.image .image-container{max-width:500px;width:75%;height:75%}.home-banner .home-banner-section.image .image-container img{width:100%;height:100%;object-fit:contain}.home-banner .home-banner-section.text{display:flex;align-items:center;justify-content:center}.home-banner .home-banner-section.text .text-container{max-width:400px}.home-banner .home-banner-section.text .text-container h1{margin-bottom:10px}.home-banner .home-banner-section.text .text-container p{margin-bottom:30px}@media only screen and (max-width:850px){.home-banner{flex-direction:column;justify-content:center;height:100vh}.home-banner .home-banner-section{margin-top:0;height:min-content}.home-banner .home-banner-section.image{justify-content:flex-start;align-items:flex-end;height:min-content;margin-bottom:60px;min-width:200px}.home-banner .home-banner-section.image .image-container{width:100%}.home-banner .home-banner-section.text{width:90%;margin:0 auto}}