.illustration-img {
  height: 40rem;
  overflow: hidden;
  border-radius: 12px;
}

.contact-details-row {
  margin-top: 30px;
}

.contact-detail-card {
  border-radius: var(--rounded-15);
  padding: 44px 3%;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 0 77px #00000012;
}

.card-phone,
.card-location {
  background-color: white;
}

.card-email {
  background-color: var(--clr-primary);
  color: white;
}

.detail-icon {
  font-size: 3.6rem;
  margin-bottom: 2rem;
  color: #008000;
}

.card-email .detail-icon {
  color: white;
}

.contact-detail-card h6 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 5px;
  color: #697585;
}

.card-email h6 {
  color: #ffffff;
}

.contact-detail-card p {
  font-weight: bold;
  font-size: 1.8rem;
  color: #2a254d;
}

.card-email p {
  color: white;
}
