.approfondimento-head {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 35px;
}
.approfondimento-head .approfondimento-head-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 380px;
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.approfondimento-head h2,
.approfondimento-head .approfondimento-subtitle {
  color: white;
  margin-bottom: 20px;
  text-shadow: 0 0 5px black;
  line-height: 120%;
  text-transform: none;
}
.approfondimento-head h2 {
  font-size: 34px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .approfondimento-head h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 450px) {
  .approfondimento-head h2 {
    font-size: 24px;
  }
}
.approfondimento-head .approfondimento-subtitle {
  font-size: 24px;
  margin: 0 auto 20px;
  max-width: 900px;
}
@media screen and (max-width: 1000px) {
  .approfondimento-head .approfondimento-subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  .approfondimento-head .approfondimento-subtitle {
    font-size: 18px;
  }
}
.approfondimento-schermate {
  display: block;
  margin: 0 auto;
  max-width: 978px;
  width: 60%;
  margin-top: -130px;
}
@media screen and (max-width: 680px) {
  .approfondimento-schermate {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .approfondimento-schermate {
    width: 90%;
    margin-top: -100px;
  }
}
.approfondimento-gratis {
  background-color: black;
  color: white;
  text-align: center;
  padding: 2px 0;
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .approfondimento-gratis {
    font-size: 20px;
  }
}
@media screen and (max-width: 460px) {
  .approfondimento-gratis {
    font-size: 18px;
  }
}
.approfondimento-gratis .approfondimento-gratis-slogan {
  display: inline-block;
  margin: 15px 10px;
}
.approfondimento-gratis .button {
  white-space: nowrap;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  padding: 7px 15px;
  margin: 10px;
}
@media screen and (max-width: 920px) {
  .approfondimento-gratis .button {
    font-size: 18px;
  }
}
@media screen and (max-width: 460px) {
  .approfondimento-gratis .button {
    font-size: 16px;
  }
}
.approfondimento-content {
  font-size: 115%;
  line-height: 145%;
  margin-bottom: 60px;
}
.approfondimento-content p {
  margin-bottom: 25px;
}
.approfondimento-inizia-ora {
  background-color: #E8ECEF;
}
.approfondimento-inizia-ora > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.approfondimento-inizia-ora > div > div {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 750px;
  padding: 30px 0;
  color: black;
  font-size: 95%;
}
.approfondimento-inizia-ora > div > div > div {
  flex: 1 1 auto;
}
.approfondimento-inizia-ora > div > div > div.approfondimento-inizia-ora-modello > span {
  display: inline-block;
  margin-right: 15px;
  font-size: 150%;
  font-weight: 500;
}
.approfondimento-inizia-ora > div > div > div.approfondimento-inizia-ora-modello .button {
  white-space: nowrap;
}
@media screen and (max-width: 540px) {
  .approfondimento-inizia-ora > div > div > div.approfondimento-inizia-ora-modello .button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 110%;
  }
}
.approfondimento-inizia-ora > div > div > div.approfondimento-assistenza > :first-child {
  font-size: 125%;
  font-weight: 500;
  margin-bottom: 5px;
}
.approfondimento-inizia-ora > div > div > div.approfondimento-assistenza > :nth-child(2) {
  max-width: 500px;
}
.approfondimento-inizia-ora > div > div > a {
  display: flex;
  align-items: center;
  margin-left: 30px;
  text-decoration: none !important;
}
.approfondimento-inizia-ora > div > div > a > img {
  display: block;
  margin-right: 30px;
  max-height: 50px;
}
.approfondimento-inizia-ora > div > div > a > span {
  color: #0056ab;
  font-size: 120%;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 620px) {
  .approfondimento-inizia-ora > div > div {
    flex-direction: column;
  }
  .approfondimento-inizia-ora > div > div > a {
    margin-top: 20px;
    margin-left: 0;
  }
}
.download {
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.download h2 {
  color: white;
  text-transform: none;
}
