/*
Theme Name: Match-promo theme
theme	Theme URI: https://matchpromo.wpenginepowered.com/
Description: The theme for WordPress. Designed with LOVE by DigitalDesign.NYC
Author: dd.nyc
Version: 1.a
*/

a:hover .s3-3-2 {
  text-decoration: underline;
}
.s7-2 {
  justify-content: space-between;
  padding: 70rem 20rem 25rem;
}
.s7-2-3 {
  margin-top: 30rem;
  color: var(--c1);
  opacity: 0.4;
}
.card-2 .card-head {
  display: flex;
  justify-content: space-between;
  gap: 20rem;
}
.card-2 .card-date {
  color: var(--c7);
  font-weight: 500;
  font-size: var(--f-m);
  letter-spacing: -0.06em;
  margin-bottom: 40rem;
}
.contact-text {
  margin-top: 80rem;
  color: var(--c7);
  font-weight: 500;
  font-size: var(--f-m);
  letter-spacing: -0.06em;
}
.contact {
  margin-bottom: -100rem;
}

@media (min-width: 1024px) {
  .s7-2 {
    padding: 70rem 20rem 70rem;
  }
  .s3-2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .s3-3 {
    width: calc(20% - 16rem);
  }
}

@media (max-width: 1024px) {
  .contact-text {
    margin-top: 48rem;
  }
  .contact {
    margin-bottom: -50rem;
  }
}
