@media only screen and (max-width: 991px) {
    .contact-section .row {
        padding-left: 18px;
        padding-right: 18px;
    }
    .formContainerParent {
        margin-top: 50px;
        margin-bottom: -50px !important;
    }
}

.contact-section .row {
    max-width: 1200px;
}
.contact-text {
    text-align: left !important;
}
.contact-text .notary-name {
    margin-bottom: 15px !important;
}
.contact-margin {
    margin-bottom: 15px !important;
}
.contact-text .action-button-div {
    margin-top: 15px !important;
}
.working-hours {
    margin-top: 30px; 
    margin-bottom: 50px !important;
}
.formContainerParent {
    margin-bottom: 100px; 
    display: flex; 
    align-items: baseline; 
    flex-direction: column;
}
.formContainerParent p {
    font-weight: 500; 
    color: #111; 
    margin-bottom: 30px; 
    line-height: 36px; 
    font-size: 18px;
}
.contactFormular {
    width: 100%; 
    margin-bottom: 50px;
}
.labelCheck {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}
.labelCheck input {
    width: 18px;
    height: 18px;
}
.labelCheck p {
    margin-bottom: 0;
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 400;
    line-height: 24px;
}
.labelCheck a {
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 400;
    text-decoration: underline;
}












