/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
.location-cards {
  padding-bottom: 6.9375rem;
  position: relative;
  background-color: #EDF6FE;
  overflow-y: hidden;
}
@media (min-width: 768px) {
  .location-cards {
    padding-bottom: 13.3125rem;
  }
}
.location-cards:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(181.78deg, #ecf6fe 86.84%, rgba(237, 247, 255, 0) 93.09%);
}
@media (min-width: 768px) {
  .location-cards:before {
    background: linear-gradient(181.83deg, #ecf6fe 48.38%, rgba(237, 247, 255, 0) 80%);
  }
}
@media (min-width: 1440px) {
  .location-cards:before {
    background: linear-gradient(181.83deg, #ecf6fe 48.38%, rgba(237, 247, 255, 0) 68%);
  }
}
.location-cards > .container {
  position: relative;
  z-index: 2;
}
.location-cards__bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 992px) {
  .location-cards__bg-img {
    bottom: -15vw;
  }
}
@media (min-width: 1320px) {
  .location-cards__bg-img {
    bottom: -27.5vw;
  }
}
.location-cards__bg-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.location-cards__row {
  margin-top: 2.0625rem;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 992px) {
  .location-cards__row {
    margin-top: 5.125rem;
  }
}
.location-cards__card {
  flex: 1 100%;
}
.location-cards .card-item {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .location-cards .card-item {
    margin-bottom: 2.375rem;
  }
}
.location-cards .card-item__image img {
  border-radius: 0.75rem;
  box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.12);
}
@media (min-width: 992px) {
  .location-cards .card-item__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 39.6875rem;
  }
}
.location-cards .card-item__title {
  margin-top: 1.375rem;
  margin-bottom: 0.3125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #005CB0;
  font-size: 1.125rem;
  line-height: 1.3333333333;
}
@media (min-width: 992px) {
  .location-cards .card-item__title {
    margin-top: -0.25rem;
    margin-bottom: 1.75rem;
    font-size: 1.875rem;
    line-height: 1.0666666667;
  }
}
.location-cards .card-item__description {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media (min-width: 992px) {
  .location-cards .card-item__description {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.location-cards .card-item .c-btn {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .location-cards .card-item .c-btn {
    margin-top: 0;
  }
}

.activities-slider + .location-cards {
  margin-top: -3rem;
}
@media (min-width: 768px) {
  .activities-slider + .location-cards {
    margin-top: -5.75rem;
  }
}