#callouts-container {
  width: 100vw;
  height: min(25vw, 500px);
  display: flex;
}

.callout-content {
  width: 33.333%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  text-decoration: none;
}

.callout-text {
  text-align: center;
  transition: transform .6s ease;
}

.fade-in {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.callout-content:hover .callout-text {
  transform: scale(1.15) !important;
}

.callout-text h3 {
  font-family: mrs-eaves-xl-serif, serif;
  font-size: 28px;
  color: white;
  font-style: italic;
  margin-bottom: 15px;
}

.callout-text h2 {
  font-size: 34px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

#about-area {
  width: 100vw;
  background: linear-gradient(to right top,#0f495d 50%,#014051 50%);
  border-bottom: 8px solid #95d9f1;
  display: flex;
  justify-content: center;
}

.about-section {
  width: 33%;
}

.about-section:not(#first-about-section) {
  padding: 5% 2.5% 5% 0;
}

#first-about-section {
  padding-top: 5%;
}

#about-intro h2 {
  font-size: 44px;
  font-weight: bold;
  color: #95d9f1;
  text-transform: uppercase;
  margin-bottom: 0;
}

#about-intro h3 {
  font-size: 32px;
  font-style: italic;
  font-family: mrs-eaves-xl-serif, serif;
  color: #adbfcb;
  margin-bottom: 0;
  font-weight: normal;
}

#icons-image {
  margin: 20px 0 -14px 0;
}

.about-section-text {
  color: #adbfcb;
}

.about-animation-text {
  transform: translateX(-50px);
  opacity: 0;
  transition: transform .7s ease, opacity 1.3s ease;
}
