h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat Medium" !important;
}
.fastorderform-wrapper .collapsible-header span {
    font-family: "Montserrat Medium" !important;
}
.adamo-configurator-app .font-24 {
    font-size: 24px;
    font-family: "Montserrat Medium" !important;
}
.adamo-configurator-app .section-plan-2 .font-700.font-24 {
    font-size: 24px;
    font-family: "Montserrat" !important;
}

.text.h1 {
    font-family: 'Montserrat Bold' !important;
  }

@media screen and (max-width: 980px) {

.fastorderform-wrapper .btn-hire {
    width: 100% !important;
}

  .text.h2-reg {
    font-family: "Montserrat Medium", sans-serif;
    font-size: 18px !important;
  }
  .text.h1 {
    font-family: 'Montserrat Bold' !important;
    font-size: 20px !important;
  }

  .fastorderform-wrapper .input-content {
    width: 100% !important;
  }
  .fastorderform-wrapper .input-custom {
    width: 100%;
    font-size: 12px;
  }
  .fastorderform-wrapper .toggle-button {
    width: 35px !important;
    height: 35px !important;
  }
  svg {
    width: 100%;
    height: 50% !important;
  }
  .fastorderform-wrapper .info-section {
    display: flex;
    grid-gap: 8px;
    align-items: flex-start;
    font-size: 16px;
    flex-direction: column;
    text-align: left;
  }
  .fastorderform-wrapper .line-dark {
    width: 40% !important;
  }
  .fastorderform-wrapper .space-mobile-line {
    width: 70% !important;
  }
}
.adamo-configurator-app .plan-container>.plan-details>div>label {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 980px) {
    #adamo-configurator-app-root > div > div > div > section > div > main > div > div.card-3 > div:nth-child(3) > div.price__text, #adamo-configurator-app-root > div > div > div > section > div > main > div > div.card-3 > div:nth-child(3) > div.form__submit {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
}

.text.xl {
        font-family: "Montserrat Bold", sans-serif !important;
    }