.hero-img {
  max-height: 700px;
  object-fit: contain;
}

.swiper2 {
  width: 100%;
  height: 100%;
  padding: 0px 20p;
}

.tours-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* #0095FE */
/* 0D2142 */
.tours-slide img {
  display: block;
  height: 100%;
  object-fit: cover;
}

.card-country {
  height: 640px;
}

.card-img-top {
  max-height: 390px;
  min-height: 390px;
  object-fit: cover;
}
.card-country__desc {
  text-align: start;
}

.footer {
  display: flex;
  flex-direction: column;
}

.links2 {
}

.links {
  align-items: center;
}

.stretched-link::after {
  top: 350px;
}

.footer__info {
  margin-bottom: 20px;

  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__info_p {
  padding: 5px;
  border-radius: 3px;
  color: #ffe207;
}

.footer__info_p:hover {
  color: #ffe207;
}

@media only screen and (max-width: 769px) {
  .card-country {
    height: 550px;
  }

  .card-img-top {
    max-height: 330px;
    min-height: 330px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 537px) {
  .card-country {
    height: 580px;
  }

  .card-img-top {
    max-height: 350px;
    min-height: 350px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 445px) {
  .card-country {
    height: 620px;
  }

  .card-img-top {
    max-height: 350px;
    min-height: 350px;
    object-fit: cover;
  }
}

@media (min-width: 576px) {
  .tours-slide img {
    height: 500px;
  }
  .swiper-slide__box {
    font-size: 40px;
    max-width: 550px;
  }

  .footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .tours-slide img {
    height: 500px;
  }
  .swiper-slide__box {
    font-size: 45px;
    max-width: 700px;
  }
}
@media (min-width: 987px) {
  .footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}


@media (min-width: 1200px) {
  .tours-slide img {
    height: 600px;
  }
  .swiper-slide__box {
    font-size: 70px;
    max-width: 1150px;
  }
  .footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}

@media (min-width: 1400px) {
  .swiper-slide img {
    height: 700px;
  }
  .swiper-slide__box {
    font-size: 90px;
    max-width: 1350px;
  }
  .map-container {
    display: grid;
  }
  .links2 {
    width: 70%;
  }
}
