.afp-contact {
  min-height: 562px;
  padding-top: 80px;
}

.afp-contact__card {
  position: relative;
  width: 100%;
  aspect-ratio: 1200 / 402;
  min-height: 320px;
  overflow: hidden;
  border-radius: 8px;
  background-color: var(--afp-homepage-blue);
  background-image: url("../images/contact-business-push-bg.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.afp-contact__card--custom-image {
  background-size: cover;
  background-position: center;
}

.afp-contact__content {
  position: absolute;
  top: 19.9%;
  left: 41.17%;
  width: 52.17%;
  max-width: 626px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #fff;
}

.afp-contact__content h2,
.afp-contact__content p {
  margin: 0;
  color: #fff;
}

.afp-contact__content .afp-homepage-button {
  margin-top: 0;
  align-self: flex-start;
}

@media (max-width: 1023px) {
  .afp-contact {
    min-height: 0;
    padding-top: 48px;
  }

  .afp-contact__card {
    aspect-ratio: auto;
    min-height: 480px;
    background-size: cover;
    background-position: left center;
  }

  .afp-contact__content {
    top: auto;
    right: 32px;
    bottom: 40px;
    left: 32px;
    width: auto;
    max-width: 626px;
  }

  .afp-contact__content h2 {
    font-size: 32px;
    line-height: 35.2px;
  }
}

@media (max-width: 767px) {
  .afp-contact {
    padding-top: 32px;
  }

  .afp-contact__card {
    min-height: 420px;
  }

  .afp-contact__content {
    right: 24px;
    bottom: 32px;
    left: 24px;
    gap: 16px;
  }

  .afp-contact__content h2 {
    font-size: 32px;
    line-height: 35.2px;
  }

  .afp-contact__content p {
    font-size: 1rem;
    line-height: 1.4;
  }
}
