.postulate-form-container {
    width: 100%;
    background-color: var(--slate-100);
    padding: 20px;
    margin : 20px 0 50px 0;
    border-radius: var(--rounded-sm)
}

.postulate-form-container h2 {
    font-size: 40px;
    font-weight: 400 !important;
    color: var(--text)
}

.postulate-form-container h2 span {
    font-weight: 700
}

.postulate-form {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px
}

.postulate-form * {
    box-sizing: border-box
}

.postulate-form h2 {
    font-size: 1.6rem;
    line-height: 1.3em
}

.postulate-form p {
    line-height: 1.5
}

.postulate-form-card {
    padding: 30px;
    border-radius: var(--rounded-md);
    border: 1px solid var(--border);
    background-color: var(--bg-zero);
    margin-top: 20px
}

@media(max-width:540px) {
    .postulate-form-card {
        padding: 15px
    }
}

.postulate-form-card label {
    font-size: 1rem
}

.postulate-form-card input,
.postulate-form-card input:focus,
.postulate-form-card textarea,
.postulate-form-card textarea:focus {
    margin-top: 8px;
    font-size: 1rem;
    background-color: var(--slate-100);
    border: none
}

.postulate-form-card .row>div {
    margin-bottom: 20px
}

.postulate-form-card input[type=submit] {
    font-size: 1rem;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--primary)
}

.postulate-form-card textarea {
    min-height: 200px
}

.postulate-form-card .consent-block {
    display: flex;
    align-items: center;
    padding: 10px 0
}

.postulate-form-card .consent {
    margin: 2px 10px 0 0
}
