.contact-us-card-content__wrapper{display:none}
.contact-us-card-content__wrapper--active{display:block}
.contact-us-card-content__body{display:flex;flex-wrap:nowrap;column-gap:40px}
.contact-us-card-content__info-section{width:50%}
.contact-us-card-content__phone-numbers{width:50%}
@media only screen and (max-width:619px){.contact-us-card-content__body{flex-wrap:wrap;column-gap:unset}
.contact-us-card-content__info-section{width:100%}
.contact-us-card-content__phone-numbers{width:100%}
}