.cta-social-media {
  position: relative;
  padding: 6.25rem 0;
  background: #fff;
}
.cta-social-media-container {
  max-width: 87.5rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cta-social-media__faq-text-wrapper {
  width: 55.75rem;
  margin-inline: auto;
  margin-bottom: 3rem;
}
.cta-social-media__faq-text {
  color: #08354a;
  text-align: center;
  font-family: 'Google Sans';
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.cta-social-media__social-list {
  display: flex;
  width: 100%;
  height: 12.4375rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border: 0.6px solid rgba(22, 22, 22, 0.2);
}
.cta-social-media__social-item {
  width: 21.875rem;
  height: 100%;
  flex-shrink: 0;
}
.cta-social-media__social-item:not(:last-child) {
  border-right: 0.0375rem solid rgba(22, 22, 22, 0.2);
}
.cta-social-media__social-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cta-social-media__social-link__img {
  flex-shrink: 0;
  height: 4rem;
  margin-bottom: 1.5rem;
}
.cta-social-media__social-link__img img {
  width: auto;
  height: 100%;
}
.cta-social-media__social-link__text {
  align-self: stretch;
  color: #08354a;
  text-align: center;
  font-family: 'Google Sans';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.015rem;
}

@media screen and (max-width: 639.98px) {
  .cta-social-media {
    /* margin-top: 4.75rem; */
    margin-top: 3.12rem;
    padding: 0.625rem 1rem 3rem;
  }
  .cta-social-media__faq-text-wrapper {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cta-social-media__faq-text {
    font-size: 1.25rem;
  }
  .cta-social-media__social-list {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 7.3125rem);
  }
  .cta-social-media__social-item {
    width: auto;
    height: auto;
    padding: 1.25rem;
  }
  .cta-social-media__social-item:not(:last-child) {
    border-right: 0;
  }
  .cta-social-media__social-item:nth-child(1),
  .cta-social-media__social-item:nth-child(2) {
    border-bottom: 0.0375rem solid rgba(22, 22, 22, 0.2);
  }
  .cta-social-media__social-item:nth-child(1),
  .cta-social-media__social-item:nth-child(3) {
    border-right: 0.0375rem solid rgba(22, 22, 22, 0.2);
  }
  .cta-social-media__social-link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .cta-social-media__social-link__img {
    height: 2.5rem;
    margin-bottom: 1rem;
  }
  .cta-social-media__social-link__text {
    font-size: 1rem;
    letter-spacing: -0.01rem;
  }
}
