.contacts-section{height:80vh}.contacts-section-wrapper{width:min(90%,clamp(600px,80vw,1200px));height:100%;margin:auto;display:flex}.contacts-section .card{width:100%;margin:auto;display:flex;flex-direction:column;gap:50px;padding:50px;align-items:flex-start}.contacts-section__contacts,.contacts-section__headers{display:flex;flex-direction:column;gap:20px}.contacts-section__contacts{justify-content:space-between}.contacts-section__contacts__contact{display:flex;gap:40px;color:#e15160}.contacts-section__contacts__contact>*{margin:auto 0}body{height:100%}