.contacts { padding: 2rem 0;}.contacts__info-card { box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.05);}.contacts__social-btn { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0; transition: all 0.2s ease-in-out;}.contacts__social-btn:hover { transform: translateY(-2px);}.contacts__map-wrapper { position: relative; min-height: 400px; height: 100%; box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.05);}.contacts__map { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;}