#facility {
  color: #2EC0CB;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 56px;
}

.title {
  margin: 56px 0;
}

.image-facility {
  padding: 16px;
  border-radius: 56px;
  max-height: 260px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.facility-item .title {
  font-size: 24px;
  margin-top: 24px;
  margin-bottom: 36px;
}