
#section-centering {
    align-items: center;
    overflow: hidden;
  }
  
  #div-centering {
    text-align: center;
    width: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    overflow: hidden;
  }

  .img-ceo-center {
    margin-top: 20px;
    margin-bottom: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  #enroll-course {
    color: white;
  }
