body {
  background-color: #f8f8f8;
}

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

.header__container {
  padding: 0 0 100px;
}

.header__title {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  padding: 250px 0 0;
  color: #a30909;
  text-transform: uppercase;
}

.visa {
  background-image: url(../img/background_3.png);
  background-position: center;
  background-size: cover;
}

.visa__container,
.transportation__container,
.safety__container {
  padding-top: 75px;
  padding-bottom: 50px;
}

.visa__title,
.transportation__title,
.safety__title {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 50px;
}

.visa__description,
.transportation__description {
  font-family: "Montserrat Alternates", sans-serif;
  color: #333;
  margin-bottom: 50px;
}

.visa-cards,
.transportation-cards,
.safety-cards {
  display: flex;
}

.visa-cards,
.transportation-cards,
.safety-cards {
  font-family: "Montserrat Alternates", sans-serif;
  color: #333;
}

.visa-cards,
.safety-cards {
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-around;
}

.visa-card {
  width: 270px;
  padding: 20px;
  background-color: #a30909;
  border-bottom: 5px solid #bf9970;
}

.visa-card__title,
.transportation-card__title {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  color: #000;
  margin: 0 0 20px;
}

.transportation-cards {
  gap: 50px 10px;
  flex-wrap: wrap;
  justify-content: space-around;
}

.transportation-card,
.safety-card {
  width: 330px;
}

.transportation-card__img img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.transportation-card__title,
.safety-card__title {
  margin: 10px 0 5px 0;
}

.safety-card__img img {
  width: 75px;
  aspect-ratio: 1;
  object-fit: cover;
  /* border-radius: 50%; */
  margin-bottom: 20px;
}

.safety {
  background-image: url(../img/background.png);
}

.visa * {
  color: #fff;
}
