body {
  background-color: #f8f8f8;
}

.header {
  background-image: url(../img/background_2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 79px;
}

.header__container {
  padding: 0 0 100px;
}

.header__title {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  padding: 300px 0 0;
  word-break: break-all;

  color: #a30909;
  text-transform: uppercase;
}

.header__description {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  word-break: break-all;
}

.globe__img img {
  opacity: 0;
  width: 100%;
  object-fit: contain;
}

.globe {
  padding: 100px;
  background-image: url(../img/place.png);
  background-position: center;
  background-size: cover;
}

.north__title,
.central__title,
.south__title {
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: 60px;
}

.north__container,
.central__container,
.south__container {
  font-family: "Montserrat Alternates", sans-serif;
  padding: 0 0 50px;
}

.north-cards,
.central-cards,
.south-cards {
  display: flex;
  gap: 10px;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 30px 0 50px;
}

.north-card,
.central-card,
.south-card {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  width: 350px;
  height: 220px;
}

.north-card > img,
.central-card > img,
.south-card > img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.north-card__info,
.central-card__info,
.south-card__info {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-decoration: none;
  color: #fff;
}

.north-card__info > img,
.central-card__info > img,
.south-card__info > img {
  filter: invert(1);
}

.north-card__title,
.central-card__title,
.south-card__title {
  font-weight: 500;
}

.north__checkout,
.central__checkout,
.south__checkout {
  text-align: center;
}

.north__checkout img,
.central__checkout img,
.south__checkout img {
  margin: 0 10px;
}

.hide {
  display: none;
}

@media screen and (width < 700px) {
  .north__title,
  .central__title,
  .south__title {
    font-size: 48px;
  }
}

@media screen and (width < 500px) {
  .north__title,
  .central__title,
  .south__title {
    font-size: 32px;
  }
}
