
.holiday-type-block {
  background-color: #fbf9f6;
}

.holiday-type-box {
  background: transparent;
  box-shadow: none;
}

.holiday-type-box:hover {
  box-shadow: none;
}

.holiday-type-box .box__text {
  padding: 10px 0 30px 0;
  color: #232323;
}

.holiday-type-box .holiday-type-box__header {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #524f48 !important;
  line-height: 30px;
  margin-bottom: 0.2rem;
  transition: transform 0.3s;
}

.holiday-type-box .holiday-type-box__subheader {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

a.holiday-type-box_link:hover .holiday-type-box__header {
  color: var(--cherry-700) !important;
  transform: translateY(3px);
}

@media all and (max-width: 767px) {
  .box__image {
    height: 200px;
    width: 250px;
  }
}