.contact-contact-response-2 {
  padding: 24px 20px 96px;
  background: #ffffff;
}

.contact-contact-response-2__container {
  max-width: 1600px;
  margin: 0 auto;
}

.contact-contact-response-2__grid {
  display: grid;
  grid-template-columns: minmax(440px, 0.95fr) minmax(0, 1fr);
  gap: 60px;
  align-items: center;
}

.contact-contact-response-2__card {
  padding: 64px 56px 46px;
  border: 1px solid rgba(120, 104, 230, 0.12);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(120, 104, 230, 0.16);
}

.contact-contact-response-2__card-title {
  margin: 0 0 46px;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #0d1a67;
}

.contact-contact-response-2__details {
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-bottom: 42px;
}

.contact-contact-response-2__detail {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.contact-contact-response-2__icon {
  width: 54px;
  height: 54px;
  color: #7a68e8;
  justify-self: center;
}

.contact-contact-response-2__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.contact-contact-response-2__detail-text,
.contact-contact-response-2__detail-text a {
  margin: 0;
  font-family: 'Mulish', sans-serif;
  font-size: 19px;
  line-height: 1.35;
  color: #a5a5a5;
  text-decoration: none;
}

.contact-contact-response-2__socials {
  display: flex;
  gap: 22px;
  align-items: center;
}

.contact-contact-response-2__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: linear-gradient(180deg, #9b8fff 0%, #7a68e8 100%);
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 0 10px 18px rgba(120, 104, 230, 0.2);
}

.contact-contact-response-2__content {
  max-width: 700px;
}

.contact-contact-response-2__eyebrow {
  margin: 0 0 28px;
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--color-primary);
}

.contact-contact-response-2__heading {
  margin: 0 0 34px;
  font-family: 'Mulish', sans-serif;
  font-size: clamp(3rem, 4.1vw, 4.1rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.05em;
  color: #17181d;
}

.contact-contact-response-2__description {
  margin: 0;
  font-family: 'Mulish', sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(35, 35, 37, 0.9);
}

@media (max-width: 1199px) {
  .contact-contact-response-2 {
    padding: 20px 20px 76px;
  }

  .contact-contact-response-2__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .contact-contact-response-2__content {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .contact-contact-response-2 {
    padding: 16px 16px 56px;
  }

  .contact-contact-response-2__card {
    padding: 36px 22px 28px;
    border-radius: 24px;
  }

  .contact-contact-response-2__card-title {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .contact-contact-response-2__detail {
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: center;
  }

  .contact-contact-response-2__details {
    gap: 24px;
    margin-bottom: 28px;
  }

  .contact-contact-response-2__detail-text,
  .contact-contact-response-2__detail-text a {
    font-size: 17px;
  }

  .contact-contact-response-2__socials {
    justify-content: center;
    gap: 16px;
  }

  .contact-contact-response-2__social {
    width: 46px;
    height: 46px;
    font-size: 22px;
  }

  .contact-contact-response-2__eyebrow {
    margin-bottom: 20px;
    font-size: 12px;
    text-align: center;
  }

  .contact-contact-response-2__heading {
    margin-bottom: 24px;
    font-size: clamp(2.3rem, 9vw, 3.1rem);
    text-align: center;
  }

  .contact-contact-response-2__description {
    font-size: 16px;
    text-align: center;
  }
}
