@media (min-width: 1300px) {
  .container {
    width: 1280px !important;
  }

}
.slogo {
    width: 400px;
    margin: 10px 0px;
}

@media screen and (max-width: 768px) {
  .slogo {
    width: 250px;
    margin: 5px 0px;
}
  }


.split {
    clear: both;
}
.uni {
    width: 100%;
}
.uni ul {
    width: 100%;
    padding: 0px;
}
.uni ul li {
    list-style: none;
    float: left;
    width: 100%;
}
.uni ul li img {
    width: 100%;
    margin-bottom: 10%;
 
}
.highlight {
    font-size: 18px;
    line-height: 25px;
}
.highlight span {
    font-size: 30px;
    font-weight: 600;
    display: block;
}

.cont{
width: 100%;
margin: 0%;
}

.cont h5{
  font-size: 20px;
  color:#358a6d;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
    }

    .cont h2{
      font-size: 20px;
      color:#358a6d;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 5px;
        }

    .cont h3{
        font-size: 35px;
        color:#4c8cbc;
        font-weight: 600;
        text-align: center;
        text-decoration: underline #15c700;
       
          }

          .cont p{
            font-size: 18px;
            color:#7a8a98;
            text-align: center;
           
              }

              