.hero1{display:flex;justify-content:center;align-items:center}.hero1 img.logo-hero{width:111px;margin-bottom:30px;margin-top:-50px}.text{flex:1;display:flex;justify-content:center;align-items:center}.text .text-container{display:flex;flex-direction:column}.text p{margin-top:-100px}.img{display:flex;justify-content:center;align-items:center;flex:1;height:500px}.img img{width:100%;object-fit:cover;object-position:center;max-height:100%}@media(max-width:1024px){.text .text-container{margin:100px 0px 100px 50px}.img{height:100%}}@media(max-width:768px){.hero1{flex-direction:column-reverse}.text{width:100%;padding-bottom:90px}.text .text-container{margin:30px 0}.hero1 img.logo-hero{margin-top:20px}.img{height:auto}.img img{width:100%;object-fit:cover;object-position:center;max-height:100%}}@media(max-width:600px){.text .text-container{width:100%;padding-left:40px;padding-right:40px}