@charset "utf-8";

/*students*/

#l_students .c_cont-item{
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
  border-bottom: 1px solid #e2e2e2;
}
#l_students .c_cont-item:first-child {
  padding-top: 0;
}
#l_students .c_cont-item:last-child{
  border: none;
  padding-bottom: 0;
}

#l_students .c_alumin-top {
    width:17%;
}

@media screen and (max-width:768px){
   #l_students .c_cont-item{
      display: block;
    }

    #l_students .c_alumin-top {
        width:90%;
    }

    #l_students .p_alumin-box {
        width:100%;
    }
}