.social-follow{
  padding:52px clamp(24px,5vw,80px);
  border-top:1px solid #cfe5f0;
  border-bottom:1px solid #cfe5f0;
  background:#eef8ff;
  color:#112f4b;
}

.social-follow-inner{
  width:min(1250px,100%);
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:48px;
  margin:0 auto;
}

.social-follow-copy{max-width:590px}

.social-follow-label{
  display:block;
  margin-bottom:10px;
  color:#1767c9;
  font-size:11px;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.social-follow h2{
  margin:0;
  color:#112f4b;
  font-size:clamp(30px,3vw,44px);
  line-height:1.05;
  letter-spacing:0;
}

.social-follow p{
  max-width:560px;
  margin:14px 0 0;
  color:#587083;
  font-size:15px;
  line-height:1.65;
}

.social-follow-links{
  display:grid;
  grid-template-columns:repeat(2,minmax(205px,1fr));
  gap:12px;
}

.social-follow-link{
  min-height:72px;
  display:grid;
  grid-template-columns:42px 1fr;
  align-items:center;
  gap:13px;
  padding:12px 16px;
  border:1px solid #c7dfe9;
  border-radius:8px;
  background:#fff;
  color:#112f4b;
  box-shadow:0 8px 20px rgba(17,47,75,.07);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}

.social-follow-link:hover,
.social-follow-link:focus-visible{
  border-color:#1767c9;
  outline:none;
  box-shadow:0 12px 25px rgba(17,47,75,.13);
  transform:translateY(-2px);
}

.social-follow-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  position:relative;
  border-radius:8px;
  color:#fff;
  font-family:Arial,sans-serif;
  font-weight:900;
}

.social-follow-icon.facebook{
  background:#1877f2;
  font-size:28px;
  line-height:1;
}

.social-follow-icon.instagram{background:#e1306c}
.social-follow-icon.instagram:before{
  content:"";
  width:21px;
  height:21px;
  border:2px solid #fff;
  border-radius:6px;
}
.social-follow-icon.instagram:after{
  content:"";
  width:6px;
  height:6px;
  position:absolute;
  border:2px solid #fff;
  border-radius:50%;
  box-shadow:7px -7px 0 -2px #fff;
}

.social-follow-link small,
.social-follow-link strong{display:block;letter-spacing:0}
.social-follow-link small{
  margin-bottom:3px;
  color:#1767c9;
  font-size:9px;
  font-weight:950;
  letter-spacing:.12em;
}
.social-follow-link strong{
  font-size:13px;
  line-height:1.25;
}

@media(max-width:980px){
  .social-follow-inner{grid-template-columns:1fr;gap:28px;text-align:center}
  .social-follow-copy{max-width:680px;margin:0 auto}
  .social-follow p{margin-right:auto;margin-left:auto}
  .social-follow-links{width:min(620px,100%);margin:0 auto}
}

@media(max-width:560px){
  .social-follow{padding:42px 20px}
  .social-follow-links{grid-template-columns:1fr}
  .social-follow-link{text-align:left}
}

@media(prefers-reduced-motion:reduce){
  .social-follow-link{transition:none}
}
