/* **************** Address *************** */
.contacts {
  margin-bottom: 30px;
  text-align: center;
}

.address {
  margin-right: 100px;
}

.address>p {
  margin-bottom: 50px;
}

.address h3,
.address i {
  color: var(--dark-color);
}

.coordinator img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.coordinator>div {
  margin: 20px;
}

.coordinator h4 {
  color: var(--success-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.coordinator .team-member-email {
  color: #000000;
  font-size: 14px;
  font-weight: 200;
  font-style: italic;
}
/* **************** Address *************** */

/* **************** Map *************** */
.map {
  width: 100%;
  animation-duration: 1.5s;
}

.map iframe {
  width: 100%;
  height: 400px;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
/* **************** Map *************** */

/* **************** RESPONSIVE *************** */
/* Resizing contact us */
@media screen and (max-width: 1154px) {
  .contacts .flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .address {
    margin-right: 0px;
  }
}

/* Mobile */
@media (max-width: 500px) {
  .contacts {
    padding: 10px;
  }
}
/* **************** RESPONSIVE *************** */
