.banner__student.info1{
    left: 2% !important;
    right: auto !important;
    top: 40% !important;
}
.banner__student.info2{
    right: 2% !important;
    top: 40% !important;
}
.banner__student.info3{
    left: 2% !important;
    right: auto !important;
    top: 60% !important;
}
.banner__student.info4{
    right: 2% !important;
    top: 60% !important;
}

.checklist > li {
    float: left;
    width: 50%;
    color: #cccccc;
    padding-left: 25px;
    position: relative;
    z-index: 1;
    margin-top: 10px;
  }
  
ul.checklist {
    overflow: hidden;
    list-style: none;
    width: 100%;
    font-size: 16px;
    text-align: left;
  }
ul.checklist > li::after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    color: #ffb606;
    font-weight: bold;
  }
  .hidden{
    display: none !important;
  }
  .fixed-bg{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .m-show{
    display: none !important;
}
@media only screen and (max-width: 599px) {
    .m-show{
        display: block !important;
    }
  }