.contact{gap:30px;margin:50px auto;padding:0}.contact,.contact__item{display:flex;flex-direction:column}.contact__item{align-items:stretch;border:1px solid #e6e9ef;border-radius:0 0 40px 0;justify-content:space-between}.contact__image{max-height:470px;-o-object-fit:cover;object-fit:cover}.contact__content{display:flex;flex-direction:column;gap:50px;justify-content:space-between;padding:50px 30px}.contact__header{font-size:20px;font-weight:500;position:relative}.contact__header:after{background-color:#124618;bottom:-20px;content:"";height:2px;left:0;position:absolute;width:60px}.contact__title{color:#124618;margin:0}.contact__address{color:#0c3378;font-style:normal}.contact__body{display:flex;flex:1;flex-direction:column;gap:16px}.contact__body a{color:#3e3e40;display:flex;gap:15px}.contact__link{align-items:center;display:flex;gap:10px}.contact__link:hover svg path{fill:#124618}.contact__link svg{height:15px;width:8px}.contact__link svg path{transition:all .2s ease-in-out}@media screen and (min-width:768px){.contact{gap:60px}.contact__item{flex-direction:row-reverse;padding:0 0 0 30px}.contact__image{border-radius:0 0 40px 0;max-height:unset;width:40%}.contact__header{max-width:60%}}