.custom-content-card.standard {
  padding: 0 20px 20px;
  border-radius: 8px;
  text-align: center;
  transition: background-color 0.3s ease;
  background: #F1F1F1;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.2);
  position: relative;
  top: -20px;
}

.card-image.standard {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
  top: -52px;
}
.card-content.standard {
  position: relative;
  top: -20px;
}
.card-content.standard h3 {
  margin: 0 0 15px 0;
  font-size: 32px;
  color: #003940;
  text-align: center;
}

.card-text.new {
  font-size: 17px;
  color: #696969;
  text-align: center;
}

@media (max-width: 767px){
  .custom-content-card {
    margin-bottom: 20px;
