.abbonamento_intro_hero h2,
.abbonamento_intro_hero h4 {
  color: #4a4a4a;
}
.abbonamento_intro_hero h2 {
  font-size: 34px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .abbonamento_intro_hero h2 {
    font-size: 48px;
  }
}
.abbonamento_intro_hero h4 {
  margin-top: 15px;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .abbonamento_intro_hero h4 {
    margin-top: 30px;
  }
}

.abbonamento_intro_card_up {
  background: rgba(248, 219, 148, 0.46);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.abbonamento_intro_card_up h6 {
  color: #cd9200;
  font-size: 16px;
}
.abbonamento_intro_card_up span {
  color: #4a4a4a;
  font-size: 32px;
}
.abbonamento_intro_card_up span s {
  font-size: 20px;
  color: #7a7878;
}
.abbonamento_intro_card_up p {
  font-size: 24px;
  color: #4a4a4a;
  font-weight: 300;
}
.abbonamento_intro_card_up p small {
  font-size: 16px;
  color: #7a7878;
  font-weight: 300;
}

.abbonamento_intro_card_bottom {
  border: 2px solid #f6c344;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.abbonamento_intro_card_bottom ul {
  list-style-type: none;
  padding-inline-start: 0;
}
.abbonamento_intro_card_bottom hr {
  background-color: #4a4a4a;
}

.abbonamento_descrizione {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .abbonamento_descrizione {
    margin-top: 30px;
  }
}
.abbonamento_descrizione h5,
.abbonamento_descrizione h4 {
  font-size: 38px;
  font-weight: 700;
}
.abbonamento_descrizione h5 {
  color: #1275b6;
  margin-top: 30px;
  margin-bottom: 0;
}
.abbonamento_descrizione h2 {
  margin: 6px 0;
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .abbonamento_descrizione h2 {
    font-size: 40px;
  }
}

.abbonamento_descrizione h4 {
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 300;
}
.card_abbonamento_servizio {
  border: 1px solid #1275b6;
  border-radius: 20px;
}
.card_abbonamento_servizio h5 {
  font-size: 20px;
  font-weight: 700;
}
.card_abbonamento_servizio p {
  font-size: 20px;
}
.abbonamento_descrizione_bottom {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .abbonamento_descrizione_bottom {
    margin: 130px 0 30px 0;
  }
}
.abbonamento_descrizione_bottom h4 {
  font-size: 40px;
}
.abbonamento_descrizione_bottom h5 {
  margin: 15px 0 30px 0;
}
.abbonamento_descrizione_bottom p {
  font-size: 20px;
}

.abbonamento_form {
  padding-top: 100px;
}
.abbonamento_form form {
  border: 2px solid #f6c344;
  padding: 20px;
  border-radius: 20px;
}
.abbonamento_form form .abbonamento_intro_card_up {
  border-radius: 20px;
  margin-bottom: 20px;
}

.abbonamento_form .form-group,
.abbonamento_form label {
  margin-bottom: 0;
}
.abbonamento_form .abbonamento_intro_card_bottom_cta {
  padding: 20px;
  border: 2px solid #f6c344;
  border-radius: 20px;
}
.abbonamento_intro_card_bottom_cta .btn-outline-warning:hover {
  background: #f8f0d8;
}

.abbonamento_grazie h2 {
  font-size: 38px;
  font-weight: 700;
}
.abbonamento_grazie h3 {
  font-size: 24px;
  font-weight: 400;
}

.abbonamento_titolo {
  color: #d89269;
  border-radius: 20px;
}
@media screen and (min-width: 992px) {
  .abbonamento_titolo {
    border-radius: 50rem;
  }
}
.abbonamento_titolo h2 {
  font-weight: 700;
}
.abbonamento_titolo img {
  width: 50%;
}
@media screen and (min-width: 992px) {
  .abbonamento_titolo img {
    width: 25%;
  }
}

.abbonamento img {
  margin-top: 60px;
}

.abbonati_dopo_header {
  background-color: var(--color-light_gray);
}

#modalAbbonamento .modal-content {
  border-radius: 20px;
  border: 1px solid #f6c344;
}

@media screen and (min-width: 992px) {
  #modalAbbonamento .modal-dialog {
    max-width: 710px !important;
  }
}

#modalAbbonamento .modal-content img {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

#modalAbbonamento h2 {
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  #modalAbbonamento h2 {
    text-align: center;
  }
}
#modalAbbonamento p {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  #modalAbbonamento p {
    font-size: 20px;
    text-align: center;
  }
}

#modalAbbonamento .abbonamento_intro_card_bottom_cta .btn {
  width: 300px;
  max-width: 100%;
  height: 40px;
  color: #282b2f;
  font-weight: 700;
}
