.contact-person__container{display:flex}.contact-person__content{background-color:#005e8f;flex:0 0 50%;width:50%}.contact-person__content--left{line-height:0}.contact-person__content--right{display:flex;flex-direction:column;gap:10px;padding:20px 24px}.contact-person__content--right *,.contact-person__content--right :hover{color:#fff}.contact-person__image{height:100%;object-fit:cover;width:100%}.contact-person__name{font-size:20px;font-weight:500;line-height:23px}.contact-person__address,.contact-person__email,.contact-person__phone{align-items:top;display:flex;font-size:16px;font-weight:400;gap:5px;line-height:20px;width:fit-content}@media screen and (max-width:767px){.contact-person__container{flex-direction:column;min-height:unset}.contact-person__content{flex:0 0 100%;width:100%}}