.small-contact .wrap{align-items:center;display:flex;justify-content:space-between}.small-contact__img{height:6rem;position:relative;width:6rem}.small-contact__img img{border-radius:50%;height:100%;line-height:1;object-fit:cover;object-position:center;width:100%}.small-contact__content{align-items:center;border-radius:var(--border-radius-small);display:flex;gap:0 4rem;justify-content:space-between;padding:1rem 3rem;width:auto}@media screen and (max-width:1023px){.small-contact__content{flex-direction:column;gap:2rem;justify-content:center;padding:2rem 3rem}}.small-contact__content>*{margin:0}.small-contact__content .button-wrap{align-items:center;justify-content:center;margin-left:auto}@media screen and (max-width:1023px){.small-contact__content .button-wrap{margin-left:0}}.small-contact__description{margin:2rem 0 0}