.Link2-Model9 {
    margin-top: 20px;
    height: 100px;
    border-bottom: 1px solid rgb(165, 165, 165);
  }

  .SchoolLink1 {
    height: 40px;
    margin-top: 50px;
  }

  .SchoolLink1 select {
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 600;
  }

  .Schoolimg {
   height: 100px;
   position: relative;
 } 

  .Schoolimg img {
    width: 100px;
    height: 92px;
    position: absolute;
    right: 0%;
  }
  
   @media screen and (max-width:768px) {
     .Link2-Model9{
       margin-top: 0px;
     }
     .SchoolLink1{
       margin-top: 30px;
       height: 30px;
     }
     .SchoolLink1 select{
       font-size: 10px;
     }
   }