.fa-fax {
    font-size: 30px;
    margin-left: -45px;
    margin-top: 10px;
}

.special {
    background-color: #fff;
    padding-bottom: 40px;
}

.white {
    color: #000;
    text-align: center;
    font-weight: 300;
}

.white-heading {
    color: #000;
    text-align: center;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.3em;
    padding-bottom: 30px
}

.banner-time {
    /* background-color:#fff; */
    padding: 10px;
}

.banner-time>h1 {
    font-size: 22px;
    text-align: center;
    padding: 0;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
}

:root {
    --theme-primary-color: #4f2d54;
    --theme-primary-color-rgb: 79, 45, 84;
    --theme-primary-light-color: #8d4c97;
}

body #page-container .et_pb_section .et_pb_button_0,
body #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button {
    border-color: var(--theme-primary-color) !important;
    background-color: var(--theme-primary-color) !important;
}