.contact-container {
}

.margin-up {
  margin-top: -1rem;
}
.underline-text {
  text-decoration: underline;
}

/* Containers */
.c1-detail-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0;
}
.c2-detail-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  gap: 2rem;
}

.c2-detail-left-container,
.c3-detail-right-container {
  width: 50%;
}

@media (max-width: 639px) {
  .c2-detail-left-container,
  .c3-detail-right-container {
    width: auto;
  }

  .c2-detail-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 2rem 0;
    gap: 2rem;
  }

  .contact-img-2 {
    width: auto;
    height: 25rem;
    object-fit: cover;
  }
  .contact-img-3 {
    width: auto;
    height: 25rem;
    object-fit: cover;
  }
}

@media (min-width: 640px) {
  .c2-detail-left-container,
  .c3-detail-right-container {
    width: 50%;
  }

  .c2-detail-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 2rem 0;
    gap: 2rem;
  }

  .contact-img-2 {
    width: auto;
    height: 25rem;
    object-fit: cover;
  }
  .contact-img-3 {
    width: auto;
    height: 25rem;
    object-fit: cover;
  }
}

.c1-detail-head,
.c2-detail-head,
.c3-detail-head {
  font-size: 2rem;
}

.detail-text {
  font-size: 1rem;
}

/* Contact Image  */

.contact-img-1 {
  width: 100%;
  height: auto;
}

.contact-img-2 {
  width: 100%;
  height: 25rem;
  object-fit: cover;
}
.contact-img-3 {
  width: 100%;
  height: 25rem;
  object-fit: cover;
}

.c2-detail-left-text,
.c3-detail-right-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
}
