.about{
  background-color: #F0F0F3;
  padding-bottom: 100px;
}

.about hr {
  width: 350px;
  margin-top: -8px;
  margin-bottom: 40px;
}

.gallery {
  width : 75%;
  margin : auto;
}

.gallery-cell {
  width: 33%;
  min-width: 350px;
  height: auto;
  margin-right: 10px;
  background: #8C8;
  counter-increment: gallery-cell;
  overflow: hidden;
  /*box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);*/
}


.card-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  background-position: 50% 50%;
  display: block;
  transition: transform 0.3s ease;
}
  .card-img:hover {
    transform: scale(1.10);
  }

.card-content {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: black;
  width: 100%;
  background-color: white;
  position: relative;
  z-index: 1;
}

.card-content p {
  font-size: 16px;
  font-weight: 400;
  padding: 0px 50px 50px 50px;
  margin :0;
  height: 130px;
  
}

@media (max-width: 768px) {
  .flickity-button {
    display: none;
  }
}