#content {
  padding: 0 !important;
  overflow-x: hidden !important;
}

.wp-site-blocks > * {
  max-width: 100% !important;
}

#masthead {
  z-index: 10000 !important;
}

.hero_desc_for_school {
  font-size: 35px !important;
  line-height: 55px !important;
}

@media (min-width: 989px) and (max-width: 1246px) {
  .main-navigation {
    max-width: 80% !important;
    margin-right: 1rem !important;
  }

  .site-header .site-branding {
    max-width: 20% !important;
  }

  .primary-menu .menu-item {
    margin-left: 0.75rem !important;
  }
}

@media screen and (max-width: 500px) {
  #search-container form {
    padding: 3rem 1rem !important;
  }

  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: center;
  }
}

body,
html {
  padding: 0;
  margin: 0 !important;
  background: #fff;
  margin-top: 0px !important;
}

body p,
a,
li,
label,
span {
  font-size: 16px !important;
  line-height: 28px;
  font-weight: 300;
  font-family: "Lexend" !important;
}

body h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lexend" !important;
  font-weight: 600;
  margin: 0.5em 0;
  color: #000;
  line-height: 1.25;
}

.hero {
  height: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  box-shadow: inset 0vw -10vw 10vw -2vw rgb(0 0 0);
  background-size: cover;
}

.hero .content {
  text-align: left;
  padding: 3rem 2rem 0;
}

.hero h1 {
  color: #fff;
  font-weight: 500;
  font-size: 48px;
  width: 50%;
  line-height: 1.1;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

.hero p {
  color: #fff;
  width: 50%;
  margin: 1rem 0;
}

.main-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px !important;
  overflow-x: hidden;
  padding: 3rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.main-container .item {
  display: flex;
  gap: 5rem;
}

.main-container .item:nth-child(even) {
  flex-direction: row-reverse;
}

.main-container .item > .img-cont {
  width: 441px;
  height: 461px;
  position: relative;
  padding: 2rem 4rem 3.5rem;
  z-index: 1;
}

.main-container .item > .img-cont img {
  object-fit: cover;
  border-radius: 22px;
  width: 100%;
  height: 100%;
}

.main-container .item > .img-cont::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #69be941c;
  border: 1px solid #69be94;
  z-index: -1;
}

.main-container .item > .img-cont::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 50%;
  background-color: #69be941c;
  border: 1px solid #69be94;
  z-index: -1;
}

.main-container .item:nth-of-type(even) .img-cont::before {
  left: 0;
  height: 50%;
}

.main-container .item:nth-of-type(even) .img-cont::after {
  right: 0;
  height: 100%;
}

.main-container .item .content {
  flex: 1;
}

.main-container .item ul {
  margin-left: 3rem;
}

.content-btn {
  color: #fff;
  background: #69be94;
  font-size: 18px;
  outline: none;
  padding: 0.7rem 2.5rem;
  font-weight: 500;
  border: none;
  font-family: "Lexend";
  cursor: pointer;
  border-radius: 0.2rem;
  -webkit-appearance: none !important;
  -webkit-border-radius: 0.2rem !important;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  width: fit-content;
  text-decoration: none;
  height: fit-content;
}

.content-btn:hover {
  background: #5ab086 !important;
  color: #fff !important;
}

@media screen and (max-width: 1279px) {
  .hero h1 {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .hero h1 {
    width: auto;
  }

  .hero p {
    width: auto;
  }

  .main-container .item,
  .main-container .item:nth-child(even) {
    flex-direction: column-reverse;
    align-items: center;
    gap: 2rem;
  }

  .main-container .item .content h2,
  .main-container .item .content h3 {
    text-align: center;
  }

  .main-container {
    padding: 1rem;
  }

  .content-btn {
    margin: auto;
  }
}

@media screen and (max-width: 480px) {
  .hero {
    align-items: end;
  }

  .hero .content {
    margin: auto 0 0;
    padding: 0 1rem 1rem;
  }
  .hero h1 {
    font-size: 32px;
  }
  .main-container {
    margin-top: 1rem;
  }
  .main-container .item > .img-cont {
    width: auto;
    max-height: 370px;
  }

  .main-container .item > .img-cont {
    padding: 1rem 2rem 2rem;
  }

  .main-container .item ul {
    margin-left: 0rem;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }
}
