@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");.main-banner{background-color:#30b0c8;display:none;height:clamp(20vh,43vh,45vh);justify-content:space-between;padding:55px 20% 55px 128px}body{margin:0}.main-banner div{align-items:center;display:flex;flex:1;max-width:500px}.main-banner h1{color:#fff;font-family:Poppins;font-size:clamp(5vh,70px,8vh);font-weight:800;line-height:clamp(5vh,70px,8vh);text-transform:uppercase}.main-banner p{color:#fff;font-family:Open Sans;font-size:clamp(1vh,16px,2vh);font-weight:500;line-height:clamp(1vh,28px,5vh)}@media screen and (max-width:768px){.main-banner{flex-direction:column;padding:40px 20px 20px}.main-banner div{margin-bottom:20px;max-width:100%}.main-banner h1{font-size:40px;line-height:40px;margin-bottom:0}.main-banner p{font-size:14px;line-height:22px}}@media screen and (max-width:480px){.main-banner h1{font-size:32px;line-height:38px}.main-banner p{font-size:14px;line-height:24px}}