.contact-component{padding:20px 70px 50px;height:630px;display:grid}.contact-component-map{position:absolute;width:calc(100% - 140px);margin-top:20px;z-index:0}.contact-component-info{position:relative;left:100px;z-index:1000;background-color:white;width:fit-content;display:grid;gap:10px;padding:20px 65px 20px 40px;align-self:center}.contact-component-links{display:flex}.contact-component-address,.contact-component-email,.contact-component-phone{margin-top:20px;display:flex;gap:10px;align-items:start}.contact-component-address-text h3,.contact-component-email-text h3,.contact-component-phone-text h3{font-weight:500;color:rgba(35,31,32,1)}.contact-component-address-text p,.contact-component-email-text p,.contact-component-phone-text p{font-weight:400}@media (max-width:991px){.contact-component{padding:15px 60px}.contact-component-map{width:calc(100% - 120px)}}@media(max-width:950px){.contact-component-info{left:30px}}@media(max-width:800px){.contact-component-map{position:relative;width:100%;margin-top:0;order:2}.contact-component{height:fit-content}.contact-component-info{width:100%;left:0;order:1}}@media (max-width:700px){.contact-component{padding:15px 45px}}