span.wpcf7-list-item {
    margin-left: 0;
}
.ktk-form > div {
    margin-bottom: 10px;
}
.ktk-form__title {
    text-align: right;
    justify-content: flex-end;
    font-size: 1.875rem;
    font-weight: 900;
}
@media screen and (max-width: 680px) {
    .ktk-form__title {
        font-size: 1.3rem;
    }
}
.ktk-form input,
.ktk-form textarea {
    background-color: white;
    border-radius: 5px;
    color: black;
    font-size: .875rem;
    font-weight: 600;
}
.ktk-form .ktk-col > * {
    width: 100%;
}
.ktk-form__file {
    display: block;
    font-size: .875rem;
    font-weight: 500;
    color: black;
}
.ktk-form__file input {
    font-weight: 500;
}
.ktk-form__privacy {
    display: block;
    font-size: .75rem;
    color: #7a7a7a;
    font-weight: 500;
}
.ktk-form__privacy a {
    color: #006cb2;
    text-decoration: none;
}
.ktk-form__submit {
    display: flex;
    flex-direction: row-reverse;
}
.ktk-form__submit input {
    background-color: #f79745;
    color: white;
    width: 100%;
    max-width: 144px;
}