/* Add here all your CSS customizations */
p{color: #444;}
.no-padding{padding-left: 15px;}
.border{height: 1px;background: #f4f4f4;}
.blue, .feature-box.feature-box-style-2 h4.blue{color: #0044cc;}
ul{color: #444;}
.thumb-info-caption{
		padding: 0 5px;
		text-align: center;
    min-height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.events .card {
  margin-bottom: 20px;
}
.events .card img {
  max-height: 250px;
}
@media screen and (max-width: 480px) {
  .quality img {
    width: 33.33%;
    padding: 5px;
    float: left;
  }
}

.page-header .breadcrumb > li + li:before {
  color: aliceblue;
}