.content-top-box {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.rm-page-title {
    text-align: center;
    margin: 32px 0;
}

.rm-page-title h1 {
    font-family: var(--font-family-secondary);
    font-size: 400px;
    font-size: 24px;
    line-height: 1.4;
    color: #2A2D2E;
}

.rm-page-subtitle {
    margin-top: 16px;
    font-family: Onest;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 350;
    color: #2A2D2E;
}

.form-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
}

.form-container .form-1,
.form-container .form-2 {
    width: 100%;
    flex: 1 1 100%;
}

.form-container .form-3 {
    width: 100%;
    flex: 1 1 100%;
}

.form-container .form-control {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 350;
    border-bottom: 1px solid #D7D1C5;
}

.form-container .form-control:not(textarea) {
    height: 32px;
}

.form-container textarea.form-control {
    height: 126px;
}

.form-container .form-group {
    margin-bottom: 24px;
}

.form .alert {
    font-size: 13px;
}

.form .text-danger {
    font-size: 12px;
    line-height: 1.2;
}

.form .alert-success {
    margin-right: 16px;
}

.form-bottom {
    display: flex;
    column-gap: 32px;
    flex-wrap: wrap;
    justify-content: space-between;
}


.form .form-checkbox-group label {
    font-size: 13px;
    margin-left: 25px;
}

.form-bottom .formcreator-buttons {
    margin-left: auto;
}

@media (min-width: 768px) {
    .rm-page-title {
        margin: 76px 0 94px;
    }
    .rm-page-title h1 {
        font-size: 32px;
    }

    .form-container .form-1,
    .form-container .form-2 {
        width: 48%;
        flex: 1 1 48%;
    }

    .form-container textarea.form-control {
        height: 176px;
    }
}