.c-formcap {

}

.c-formcap__title {
    font-size: clamp(2.4rem, 5vw, 2.5rem);
    line-height: 1.4;
    margin-bottom: 1.4rem;
}

.c-formcap__subtitle {
    font-size: clamp(1.4rem, 5vw, 1.5rem);
    line-height: 1.3;
    font-weight: 100;
    margin-bottom: 1.2rem;
}

.c-formcap__call .call-input-form {
    height: 48px;
    font-size: 1.1rem;
    border-radius: 11px;
}

.c-formcap__call .call-btn-form {
    height: 45px;
}

.c-formcap__call .call-error {
    color: var(--darkBlue) !important;
}

.call-content-form__icon {
    position: absolute;
    top: 14px;
    right: 12px;
    color: #86888C;
    font-size: 1.3rem;
    z-index: 1;
}