.banner-bg {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.banner-bg h1 {
  font-size: 60px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}

.banner-bg p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

img.logo {
  height: 30px;
}

.pre {
  white-space: pre-wrap;
}

.travel-description {
  color: #000;
}

@media (max-width: 500px) {
  #top-bar .container {
    flex-wrap: wrap;
  }

  .working-hours {
    width: 100%;
  }

  .contact-icons {
    width: 100%;
  }

  img.logo {
    height: 20px;
  }
}

.advant-tag-block {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.tag-advant {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 31%;
}

.check-block {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #f9ab30;
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-block .icon {
  color: #f9ab30;
  font-size: 30px;
}

.advant-text {
  margin: 0;
  max-width: 200px;
}

@media(max-width: 1000px) {
  .tag-advant {
    width: 45%;
  }

  .check-block {
    width: 40px;
    height: 40px;
  }

  .check-block .icon {
    font-size: 25px;
  }
}

@media(max-width: 760px) {
  .tag-advant {
    width: 100%;
  }

  .check-block {
    width: 30px;
    height: 30px;
  }

  .check-block .icon {
    font-size: 20px;
  }
}