.main-banner {
  height: 430px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.main-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.main-banner .banner-content {
  position: relative;
  z-index: 2;
  padding: 1.5rem;
  /* background-color: rgba(32,141,175,0.70); */
  color: #fff;
  border-radius: 0.8em;
}
.main-banner .banner-content .title {
  font-size: 50px;
}
.main-banner .banner-content .subtitle {
  font-size: 18px;
}

.deals-container {
  padding-top: 5vh;
  padding-bottom: 5vh;
}
.deals-container .title {
  font-size: 2rem;
  color: #10556b;
  margin-bottom: 0.2rem;
}
.deals-container .subtitle {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 0.6rem;
}

.contenuto-cnt {
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  color: #2b4147;
}
.contenuto-cnt * {
  font-size: 17px;
  line-height: 24px;
  color: #2b4147;
  font-family: var(--bs-body-font-family) !important;
}