/* All CSS written by Jeffrey B. Madden 2023. */

.students .flex_wrap {
   display:flex;
   width:100%;
   margin:0px;
   border:0px;
   padding:0px;
   justify-content:center;
   flex-wrap:wrap;
}

.students .box {
   display:inline-block;
   width:330px;
   text-align:center;
   margin:10px 10px 30px 10px;
   border:0px;
   padding:0px;
}

.students h2 {
   display:block;
   margin:0px 0px 10px 0px;
   border:0px;
   padding:0px;
}

.students iframe {
   width:100%;
   height:175px;
   margin:0px;
   border:0px;
   padding:0px;
   box-shadow:5px 5px 25px 5px Black;
}