.activities-section {
  padding: 30px 0px 50px 0px;
}

.activities-section h2 {
  margin-left: 20px;
  width: 130px
}

.activities-gallery :nth-child(1) {
  margin-top: 0px;
}

.display-none {
  display: none;
}

.activity-card {
  height: 186px;
  flex-direction: column;
  border: none;
}

.image-wrapper {
  height: 70%;
}

.activity-card picture img {
  height: 100%;
  width: 100%;
  border-radius: 13px 13px 0px 0px;
  object-position: center top;
}

.activity-card #pomegues img,
.activity-card #calanques img {
  object-position: center;
}

.activity-details {
  padding: 5px 15px 5px 15px;
  margin: auto 0px;
}