.text-abouts {
    padding-right: 100px;
    line-height: 2.0;
}
.contact-page .wpforms-container {
    max-width: 640px;
    margin: 0 auto;
}

.contact-page .wpforms-container .wpforms-field-medium {
    max-width: 100% !important;
}

.contact-page .wpforms-container .wpforms-submit-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

@media screen and (max-width: 767px) {
    .text-abouts {
        padding-right: 0;
    }
    .wp-block-navigation__responsive-container-open {
        position: absolute !important;
        right: 0;
    }

    header .header-box,
    .banner-image,
    main.has-global-padding,
    .footer-wrapper {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}
@media screen and (max-width: 991px) {
    .menu-header-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}