.gallery {
  flex-wrap: wrap;
}

.extraInfo {
  padding: 0 10vw;
  padding-top: 5vh;
}

.extraInfo p {
  text-align: justify !important;
}

.book {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: inherit;
  justify-content: center;
}
#f2b-widget {
  display: flex;
  height: 100px !important;
  justify-content: center;
}

.bookContact {
  padding: 0 10vw;
  padding-top: 5vh;
  background-color: #1F5A9D;
  color: white !important;
}

.bookContact h2 {
  color: white !important;
}

.bookContact p {
  color: white !important;
}

.contact {
  padding: 0 !important;
}

.iconBank {
  display: flex;
  height: inherit;
  align-items: flex-start;
  flex-wrap: wrap;
}
.iconBank img {
  width: 50%;
  height: inherit;
  object-fit: scale-down;

}
