@import url("https://fonts.googleapis.com/css2?family=Tinos&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,400&display=swap");
.hero {
  margin: 30px 0 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero p {
  font-style: italic;
  display: inline;
}
.hero h1 {
  line-height: 48px;
  font-family: "Tinos", serif;
  text-align: left;
}
.hero span {
  display: flex;
  align-items: center;
}

.hero-logo {
  width: 110px;
  margin-right: 20px;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.3));
}

.program {
  padding: 70px 100px 50px 100px;
  background-color: #f0ebff;
}
.program h4 {
  text-align: center;
  margin: 25px 0;
}

.two-col-container {
  display: grid;
  grid-template-columns: 50% 50%;
}
.two-col-container div, .two-col-container p {
  display: flex;
  justify-content: center;
}
.two-col-container p {
  font-style: italic;
}

@media only screen and (max-width: 1112px) {
  .hero p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 996px) {
  .hero p {
    font-size: 12px;
    margin-left: -65px;
    line-height: 20px;
  }
  .hero h1 {
    margin-right: -65px;
  }
}
@media only screen and (max-width: 768px) {
  .hero {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .hero p, .hero h1 {
    position: static;
    margin: 0;
    transform: none;
  }
  .hero h1 {
    line-height: 42px;
  }
  .hero p {
    text-align: left;
    margin-top: 30px;
    font-size: 16px;
    line-height: 25px;
  }
  .hero span {
    display: flex;
    align-items: center;
  }

  .hero-logo {
    height: 100%;
    margin-right: 25px;
    width: 100px;
  }

  .program {
    padding: 50px 80px 50px 80px;
  }
}
@media only screen and (max-width: 576px) {
  .hero h1 {
    line-height: 40px;
  }
  .hero p {
    font-size: 14px;
    line-height: 22px;
  }

  .hero-logo {
    width: 90px;
  }

  .program {
    padding: 30px 50px 30px 50px;
  }
}
@media only screen and (max-width: 450px) {
  .hero {
    padding: 0 30px;
  }
  .hero h1 {
    line-height: 30px;
  }

  .hero-logo {
    width: 70px;
    margin-right: 20px;
  }

  .program {
    padding: 30px;
  }

  .two-col-container {
    grid-template-columns: 100%;
  }
}
@media only screen and (max-width: 370px) {
  .hero {
    padding: 0 15px;
  }

  .hero-logo {
    width: 70px;
  }

  .program {
    padding: 30px 20px;
  }
}

/*# sourceMappingURL=home.css.map */
