  
 .choose-banner22 img {
     max-width: 100%;
     height: auto;
     box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
     margin-bottom: 30px;
}
 .choose-side-panel img {
     margin-left:auto;
    margin-right:auto;
     box-shadow: 3px 3px 5px #ccc;
}
 .choose-side-panel img:first-of-type {
     margin-top: 30px;
     margin-bottom: 50px;
}
 hr.gray-line {
     margin-top: 20px;
     margin-bottom: 20px;
     border: 0;
     border-top: 2px solid #eee;
     width: 75%;
}
 .bump {
     margin-top: 15px;
}


@media only screen and (min-width: 600px) {
.location-majors {
    float: none;
    border-left: 0px solid #ccc;
    padding-left: 0px;
    text-align: center;
}
}

 @media only screen and (max-width : 768px){
     .choose-banner22 img {
         margin-bottom: 15px;
    }
     .name-year {
         font-family: 'Roboto', Helvetica;
         font-size: 20px;
         font-weight: 500;
         color: #333333;
         text-align: center;
         float: none;
         margin-bottom: 10px;
         background-color: unset;
         margin-left: -15px;
         margin-right: -15px;
         padding-top: 15px;
         padding-bottom: 15px;
         background-image: unset;
    }
     .name-year h3 {
         font-family: 'Roboto', Helvetica;
         font-size: 25px;
         font-weight: 700;
         margin-top: 0;
         margin-bottom: 0;
         color: #000000;
         text-shadow: none;
    }
     .choose-side-panel img:first-of-type {
         width: 85%;
    }
}
 @media only screen and (min-width: 992px) {
     .admis-top-nav-choose {
         clear: none;
         text-align: right;
         padding-top: 0;
    }
}
 @media only screen and (min-width: 768px) {
     .location-majors {
         float: left;
         border-left: 2px solid #ccc;
         padding-left: 30px;
         text-align: left;
    }
}