#exp_nexis .ast-row {
  flex-wrap: wrap;
}

#exp_nexis h1 {
  text-align: center;
  width: 100%;
  margin-bottom: 1rem !important;
}

.exp-hero-desc {
  color: var(--color_white);
  width: 100%;
  margin-bottom: 3rem !important;
  text-align: center;
}

#exp_nexis img {
  width: 100%;
  height: 300px;
  border-radius: var(--border_radius);
  object-fit: cover;
  object-position: center;
  margin-bottom: 1.1rem;
}

#exp_nexis h2 {
  color: var(--color_white);
  font-size: 1.3rem;
  margin-bottom: .7rem;
}

#exp_nexis .ast-row p {
  color: var(--color_white_opacity_80);
  margin-bottom: 1rem;
}

#exp_nexis .ast-row a {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  #exp_nexis h1 {
    font-size: 2rem !important;
  }

  #exp_nexis img {
    height: 200px;
  }

  #exp_nexis h2 {
    font-size: 16px;
  }

  #exp_nexis .ast-row p {
    font-size: 14px;
  }
}