p.logo__title.component__title {
    font-size: 1rem;
}

p.logo__caption.component__subtitle {
    font-size: 0.9rem;
}

.leadForm input:not(input.btn.submit), .leadForm textarea {
    width: 100%;
    margin: 10px 0;
    color: #111;
    background: #fff;
    border-color: #d0d0d0;
    transition: all .3s;
}

img.logo__img {
    width: 225px !important;
    max-height: fit-content !important;
}

