.destinations {
  margin-top: 160px;
  background-color: #f5f7f9;
  position: relative;
  padding-top: 24px;
}
.blog .destinations {
  margin-top: 0px;
}

.blog .destinations {
  margin-top: 0px;
}

.destinations .wrapper {
  position: relative;
}

.destinations__ilustration {
  position: absolute;
  bottom: 80px;
  left: -80px;
  height: 600px;
}

@media all and (max-width: 1220px) {
  .destinations__ilustration {
    position: absolute;
    bottom: 200px;
    left: -80px;
    height: 400px;
  }
}

@media all and (max-width: 1100px) {
  .destinations__ilustration {
    display: none;
  }
}

.destinations__container {
  display: flex;
}

.destinations__heading-wrapper {
  max-width: 25%;
  margin-right: 30px;
}

.destinations__description {
  margin-top: 41px;
  font-size: 20px;
  line-height: 120%;
}

.destination__wrapper {
  max-width: 80%;
  border: none;
}

.destinations__destinations-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: stretch;
  width: 100%;
  transform: translateY(-70px);
}

.destination {
  position: relative;
  max-width: 250px;
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0px 14px 54px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 14px 54px rgba(0, 0, 0, 0.1);
  margin: 16px;
  overflow: hidden;
}

.destination:hover {
  filter: drop-shadow(0px 15px 24px rgba(0, 0, 0, 0.12));
  transform: translate(0, -5px);
}

.destination__image {
  max-height: 223px;
}

.destination__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.destination__main-info {
  padding: 25px 18px 36px 18px;
}

.destination__title {
  height: 40px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 34px;
}

.destination__from {
  font-size: 15px;
  line-height: 120%;
  color: #5f5f5f;
}

.destination__prices {
  display: flex;
  align-items: flex-end;
  font-weight: 300;
}

.destination__current-price {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.destination__current-price .woocommerce-currency {
  margin: 0 5px;
}

.destination__previous-price {
  font-size: 15px;
  line-height: 120%;
  color: #c0c3c5;
  text-decoration: line-through;
}

.destination__wave {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40px;
  width: 100%;
}

.destination__wave img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.destination__tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #e6485c;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
}

.destination__tag-info {
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
}

.destination__btn {
  width: 100%;
  border: none;
  margin: 16px auto;
}

/* @media all and (max-width: 1280px) {
  .destinations__heading-wrapper {
    max-width: 300px;
  }

  .destination__image {
    height: 180px;
  }

  .destination {
    width: 200px;
  }

  .destination__title {
    margin-bottom: 16px;
  }

  .destination__main-info {
    padding: 25px 18px 42px 18px;
  }
} */

@media all and (max-width: 780px) {
  .destinations {
    background-color: #f5f7f9;
    padding-top: 24px;
  }

  .destinations__ilustration {
    display: none;
  }

  .destinations__container {
    flex-direction: column;
    transform: translateY(0px);
  }

  .destinations__heading-wrapper {
    max-width: 80%;
    margin-bottom: 56px;
  }

  .destinations__description {
    margin-top: 16px;
    font-size: 16px;
    line-height: 19px;
  }

  .destinations__destinations-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    max-width: 100%;
    justify-content: space-between;
    transform: translate(0px);
  }

  .destination {
    border-radius: 28px;
    box-shadow: 0px 14px 54px rgba(0, 0, 0, 0.1);
    margin: 0px;
    overflow: hidden;
    margin-bottom: 14px;
  }

  .destination__image {
    height: 128px;
  }

  .destination__main-info {
    padding: 19px 12px 28px 18px;
  }

  .destination__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 4px;
  }

  .destination__from {
    font-size: 14px;
    line-height: 16px;
  }

  .destination__current-price {
    font-size: 12px;
    line-height: 24px;
  }
  .woocommerce-currency {
    font-size: 10px;
    line-height: 14px;
  }

  .destination__previous-price {
    font-size: 14px;
  }

  .destination__wave img {
    height: 30px;
    transform: translateY(3px);
  }

  .destination__tag {
    top: 7px;
    left: 7px;
    padding: 2px 8px;
  }

  .destination__tag-info {
    color: #ffffff;
    font-weight: 300;
    font-size: 10px;
  }
  .destinations {
    margin-bottom: 60px;
    margin-top: 0;
  }
}
