  .feature-box-title{
    color: #007eb8;
    font-weight: 500;
  }
  .about-col{
    height: 380px;
  }
  .training-links{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 10px;
    transition: 0.5s;
    margin-left: 20px;
    color: white;
    background-color: #007eb8;
} 
.training-page{
  height: 200vh;
}
.title a{
  color: black;
  transition: 0.5s;
}
.title a:hover{
  color: orange;
  transition: 0.5s;
}

.talent{
  text-align: center;
}

.open{
  padding-top: 40px !important;
  font-size: x-large !important;
}


.info{
  padding-top: 40px !important;
  font-size: large !important;
}

.email{
  font-weight: bold;
  font-size:xx-large;
}