*{
  margin:0;
  padding:0;
  /* box-sizing: border-box; */
}


.events{
  width:90%;
  max-width: 1250px;
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
}
.container-department{
  width:33%;
}


.department{
  border-bottom: 3px solid #e2b712;
  border-radius: 0 0 2px 2px;
  
  min-height: 380px;
  overflow: hidden;
  position: relative;
  margin:0 20px;
  margin-bottom: 30px;
}

.thumb{
  overflow: hidden;
  position: relative;    
}
.thumb img{
  width: 100% !important;
  vertical-align: middle;
}

.department .department-details{
  background-color: #fbf7f8;
  /* bottom: -65px; */
  padding: 16px 8px ;
  position: absolute;
  text-align: center;
  
  
}

/* .department-details .round-style {
  background: #fbf7f8 none repeat scroll 0 0;
  border-radius: 50%;
  height: 70px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -35px;
  width: 70px;
} */

/* .department .department-details .icon {
  color: #e2b712;
  display: inline-block;
  font-size: 30px;
  position: relative;
  top: -15px;
} */

.department .department-details .title {
  margin-bottom: 0px;
}

.department .department-details h4 {
  color: #202A30;
  font-weight: 700;
  font-size: 1.4rem;
}


h2, h3, h4, h5, h6 {
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.2em;
}

.department .department-details .details {
  font-size: 13px;
  padding-bottom: 16px;
  text-align: center;
}

@media only screen and (max-width:768px){
  .events{
      width:98%;
  }
  .container-department{
      width:100%;
      
  }
  .department .department-details{
      padding:20px 15px;
      text-align: left;
  }
  .department .department-details h4{
      font-size: 1.5rem;
  }
  .department .department-details .details {
      text-align: left !important;
  }
  
}


.btn-xs {
  font-size: 11px !important;
  padding: 8px 15px !important;
}
.thm-btn {
  background: #e21212;
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px 16px;
  border: 2px solid transparent;
  transition: all .3s ease;
}
.pt-5 {
  padding-top: 1rem !important;
}


