section.hero {
  position: relative;
  width: 100%;
  height: clamp(200px, 40vw, 40vh);
}
section.hero > * {
  position: absolute;
  box-sizing: border-box;
}
section.hero div.text {
  z-index: 300;
  display: flex;
  align-items: center;
  gap: clamp(15px, 3vw, 30px);
  top: 40%;
  transform: translateY(-50%);
  left: clamp(20px, 4vw, 50px);
}
section.hero div.text img {
  width: clamp(50px, 9.5vw, 80px);
}
@media only screen and (max-width: 450px) {
  section.hero div.text img {
    display: none;
  }
}
section.hero div.text hr {
  border: none;
  border-left: 5px solid var(--blue1);
  height: clamp(55px, 10vw, 90px);
  margin: 0;
  width: 0;
}
section.hero div.text div h1 {
  line-height: clamp(35px, 5.1vw, 55px);
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: black;
  margin: 0;
  font-size: clamp(30px, 5vw, 50px);
}
section.hero div.text div h2 {
  font-family: "Montserrat", sans-serif;
  color: var(--gray1);
  margin: 0;
  font-size: clamp(17px, 3vw, 30px);
}
@media only screen and (max-width: 450px) {
  section.hero div.text {
    max-width: 80%;
  }
}
section.hero div.gradient {
  position: absolute;
  z-index: 200;
  width: 100%;
  height: clamp(200px, 40vw, 40vh);
  background-image: linear-gradient(to bottom, white, white, white, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.63), transparent, transparent);
}
section.hero div.img {
  position: absolute;
  bottom: 0;
  height: clamp(200px, 40vw, 40vh);
  z-index: 100;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

section > div.area-of-operations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin: 30px 0;
}
section > div.area-of-operations > img {
  min-width: 400px;
  width: calc(33.3333333333% - 40px + 13.3333333333px);
  outline: 2px solid white;
}
@media only screen and (max-width: 500px) {
  section > div.area-of-operations > img {
    width: 100%;
    min-width: 0;
  }
}

section.program-activities > p {
  margin-bottom: 50px !important;
}
section.program-activities > div.small-img {
  margin: 30px 0;
}
section.program-activities > div.small-img img {
  border: 2px solid var(--blue1);
}

section.card div.card > div.text > p {
  font-size: clamp(14px, 1.2vw, 17px) !important;
}

img.ct-graphic {
  width: 50%;
  min-width: 700px;
  margin: 0 auto;
  margin-top: 40px;
  display: block;
}
@media only screen and (max-width: 750px) {
  img.ct-graphic {
    width: 100%;
    min-width: 0;
  }
}

/*# sourceMappingURL=coastal-trident.css.map */
