/* Head Section */

#edu_prehead {
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #989898;
  font-weight: 600;
}

#edu_head {
  color: rgb(25,52,79);
  font-size: 2.5rem;
  font-weight: 800;
}

@media (max-width: 850px) {
  #edu_head {
    font-size: 2rem;
    font-weight: 800;
    margin-top: -5px;
  }
}

#edu_button_start {
  font-size: 1.2rem;
  margin-top: 40px;
  width: 300px;
  text-transform: uppercase;
}

/* Features Box Styles */

.edu_fb_image {
  width: 50%;
  height: 250px;
}

@media (min-width: 470px) and (max-width: 768px) {
  .edu_fb_image {
    width: 60%;
    height: 250px;
    margin-top: 30px;
  }
}

@media (max-width: 469px) {
  .edu_fb_image {
    width: 80%;
    height: 250px;
    margin-top: 30px;
  }
}

.edu_fb_title {
  color: rgb(85,134,204);
  padding-top: 10px;
}

.edu_fb_discription {
  font-weight: 400;
  text-align: center;
  line-height: 22px;
}

.edu_section_head {
  color: rgb(25,52,79);
  font-weight: 800;
  font-size: 1.8rem;
}

.fb_col {
  padding: 0px 30px 0px 30px;
}

