.bod-section-1 {
    padding: 80px 0;
}
.bod-section-1 h1{
  font-size: 24px;
  letter-spacing: 1px;
  margin: 0 0 30px 0;
  color: #999;
  font-family: "MontserratMedium", sans-serif;
  padding-bottom: 0px;
}
.bod-section-1 h2 {
    font-size: 22px;
}
.bod-section-1 p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #555;
  width: 90%;
}
.director-talk{
    padding: 50px;
    background: rgba(19, 88, 166, 0.1);
    border-radius: 15px;
}
.director-talk.bg-white{
    background:white;
}
.director-talk h2{
    font-size: 24px;
}
.director-talk h3{
    font-size: 18px;
    margin: 0 0 20px 0;
}
.director-talk p{
    width: 100%;
    font-size: 14px;
}
@media screen and (max-width: 992px) {
    .bod-section-1 {
        padding: 40px 0;
    }
    .bod-section-1 p {
        font-size: 12px;
        width: 100%;
    }
    .director-talk {
        padding: 25px;
        margin: 0;
    }
    .bod-section-1 h2 {
      font-size: 18px;
    }
    .director-talk h2 {
      font-size: 22px;
    }
    .director-talk h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .bod-section-1 {
        padding: 40px 0;
    }
    .bod-section-1 p {
        font-size: 12px;
        width: 100%;
    }
    .director-talk {
        padding: 25px;
        margin: 0;
    }
    .bod-section-1 h2 {
      font-size: 18px;
    }
    .director-talk h2 {
      font-size: 22px;
    }
    .director-talk h3 {
        font-size: 16px;
    }
    .bod-section-1 h1 {
        margin: 0 0 25px 0;
    }
}
@media screen and (max-width: 575px) {
    .bod-section-1 {
        padding: 40px 0;
    }
    .bod-section-1 p {
        font-size: 12px;
        width: 100%;
    }
    .director-talk {
        padding: 25px;
        margin: 0;
    }
    .bod-section-1 h2 {
      font-size: 18px;
    }
    .director-talk h2 {
      font-size: 22px;
    }
    .director-talk h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 425px) {
    .bod-section-1 {
        padding: 40px 0;
    }
    .bod-section-1 p {
        font-size: 12px;
        width: 100%;
    }
    .director-talk {
        padding: 25px;
        margin: 0;
    }
    .bod-section-1 h2 {
      font-size: 18px;
    }
    .director-talk h2 {
      font-size: 22px;
    }
    .director-talk h3 {
        font-size: 16px;
    }
}