:root {
    --main-color: #18407c;
}
.contact-page {
    max-width: 768px;
    margin: 0 auto;
}
.contact-page .wpforms-field-medium {
    max-width: 100% !important;
}
.contact-page .wpforms-submit-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-header img {
    filter: brightness(0) invert(1);
}
.header-mkt {
    background: var(--main-color);
}
.entry-content {
    margin: 30px auto;
    padding: 30px 0;
    margin-block-start: 0 !important;
}
.wp-block-cover {
    margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
    .heading-top .e-con-inner {
        padding-top: 150px !important;
    }
}

@media screen and (max-width: 540px) {
    .heading-top .e-con-inner {
        padding-top: 160px !important;
    }
    .wp-block-post-title {
        font-size: 32px;
    }
    .category .post .wp-block-post-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {
    .heading-top .e-con-inner {
        padding-top: 160px !important;
    }
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}