.contact-information {
  padding: 30px 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-top: 16px;
}

.contact-information h3 {
  color: #1b8354;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}

.info-item svg {
  width: 24px;
  height: 24px;
}


p.info-item:last-child {
  margin: 0;
}

.embed-responsive.embed-responsive-16by9 iframe {
  width: 100%;
  height: 280px;
}