/* ------------------------------------------- */
/* LANDING PAGES - Teachers Professional development */
/* ------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&display=swap');

@font-face {
  font-family: 'groboldregular';
  src: url('../fonts/grobold-webfont.woff2') format('woff2'),
    url('../fonts/grobold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.bgcolor_white{ background: #fff;}
.bgcolor_grey{background: #F4F6F9;}

.curve_section{
  height: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  border-radius: 0 0 50% 50%;
}

.curve_section_top{
  top: -45px;
}

.curve_section_bottom{
  bottom: -45px;
}

.container_landing_teachers_pd{
  position: relative;
}
 /* HERO */
.container_landing_teachers_pd h1, .container_landing_teachers_pd h3, .container_landing_teachers_pd h5{
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -0.08em;
}

.container_landing_teachers_pd h2, .container_landing_teachers_pd h4{
  font-size: 24px;
  line-height: 36px;
  color: #697089;
  text-transform: none;
  letter-spacing: normal;
}

.hero_teachers_pd{
  padding-top: 116px;
  margin-bottom: -15px;
  z-index: 1;
  position: relative;
}

.hero_teachers_pd h1 {
  font-size: 64px;
  line-height: 78px;
  color: #000000;
  max-width: 800px;
  margin: 0 auto 36px;
}

.hero_teachers_pd h2 {
    max-width: 660px;
    margin: 0 auto 36px;
}


.hero_teachers_pd img{
  max-width: 900px;
  width: 100%;
  box-shadow: 0px 16px 64px 0px rgba(12, 14, 25, 0.12);

}

 /* END HERO */ 

 /* SECTION */
.section_teachers_pd {
  background-color: #F4F6F9;
  position: relative;
  padding: 18rem 0 6rem;
  top: -63px;
}

.section_teachers_pd h3 {
  font-size: 36px;
  line-height: 44px;
  color: #0C0E19;
  margin-bottom: 16px;
}

.section_teachers_pd_boxes{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 36px auto 50px;
}

.section_teachers_pd_item{
  border-radius: 15px;
  background: #fff;
  padding: 24px 48px;
}

.section_teachers_pd_item img{
  max-width: 60px;
  margin-bottom: 24px;
}

.section_teachers_pd_item h5{
  color:#303651;
  font-size: 24px;
  margin-bottom: 16px;
}

.section_teachers_pd_item p{
  color: #697089;
  font-size: 18px;
  line-height: 28px; /* 155.556% */
}

.container_landing_teachers_pd h4 a{
  color: #0C0E19;
}


.prefooter-avatar {
  width: 225px;
  position: absolute;
  right: 50px;
  background: url("../img/page-pd-avatar.png") no-repeat;
  height: 250px;
  background-size: cover;
  z-index: 10;
  bottom: -50px;
}
 /* END SECTION */


 @media (max-width: 1100px) {
    .prefooter-avatar {
      display: none;
  }
}

 @media (max-width: 767px) {
  .curve_section_top {
    top: -1px;
  }
  .curve_section {  
      height: 80px;
      border-radius: 0 0 30% 30%;
  }
  .hero_teachers_pd {padding-top: 35px;}
  .hero_teachers_pd h1, .section_teachers_pd h3 {
    font-size: 24px;
    line-height: 35px;
  }
  .hero_teachers_pd h2, .container_landing_teachers_pd h4{
    font-size: 16px;
    line-height: 24px; /* 150% */
  }
  .section_teachers_pd {
    padding: 14rem 0 5rem;
    top: -75px;
  }
  .section_teachers_pd_boxes{
    grid-template-columns: 1fr;
  }
  .section_teachers_pd_item {
      padding: 16px;
  }
  .section_teachers_pd_item img{
    max-width: 40px;
  }
  
  .section_teachers_pd_item h5 {
      font-size: 18px;
  }
}

