.header{
    height:100px !important;
}
.content-section{
    padding:120px 40px 45px 40px!important;
}
.program-card .card-title {
    text-align: center;
  }
  .scientific-program .program-card {
    grid-column: 1 / -1; /* span all columns */
    max-width: 700px;
    width: 100%;
    justify-self: center;
  }
  .form-content{
    padding: 25px 28px 28px 45px;
  margin: 0;
  }
.scientific-program .program-card:hover {
    transform: none;
    box-shadow: none;
  }  
  .content-section h2{
    font-size: 30px;
  }