.contactUs{height:30rem;padding:.5rem;display:flex;align-items:center;justify-content:center}.contactUs,.contactUs img{width:100%;position:relative}.contactUs img{height:100%;object-fit:cover}.contactUs .text{width:60%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;gap:2rem;color:#fff}.contactUs .text h1{font-size:1.75rem;text-align:center;line-height:1.2}.contactUs .text a{font-size:1.5rem;display:flex;gap:.25rem;align-items:center;position:relative;width:fit-content;top:0;transition:top 2s cubic-bezier(.16,1,.3,1)}.contactUs .text a svg{font-size:1.75rem}.contactUs .text a:after{content:"";position:absolute;width:100%;height:1px;background-color:#fff;left:0;bottom:0;transform:scaleX(0);transform-origin:0 100%;transition:.3s ease}.contactUs .text a:hover:after{transform:scale(1)}@media screen and (max-width:650px){.contactUs{padding:0}.contactUs .text{width:80%}.contactUs .text h1{font-size:1.5rem}.contactUs .text a{font-size:1.25rem}.contactUs .text a svg{font-size:1.5rem}}.quote{width:100%;display:flex;justify-content:space-between;padding:7rem 1rem 3rem;border-bottom:1px solid rgba(0,0,0,.5)}.quote .title{flex:3}.quote .title h1{width:90%;max-width:900px;font-size:3rem;line-height:1;font-weight:500;text-transform:uppercase}.quote p{flex:1;text-align:right;align-self:flex-end}@media screen and (max-width:650px){.quote{padding:4rem 1rem 3rem;flex-direction:column;gap:2rem}.quote .title{flex:unset;width:80%}.quote .title h1{font-size:2rem}.quote p{flex:unset;width:60%}}