@media screen and (max-width: 767px) {.icons {display:none !important;} .container {height:auto !important;} .logo img {height:unset !important;width: 300px !important;}} body{
    font-family: sans-serif;
    padding-bottom: 32px;
}

ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

    ol a {
        position: relative;
        display: block;
        padding: 30px;
        margin: .5em 0 .5em 2.5em;
        background: #ee4623;
        color: #fff !important;
        text-decoration: none;
        transition: all .3s ease-out;
        text-transform: uppercase;
        font-family: sans-serif !important;
        min-width: 600px;
        width: 85%;
        height: 75px;
        border-radius:25px !important;
    }

    ol > li {
    }

    ol a:hover {
        background: #DCDDE1;
        color: #ee4623 !important;
    }

    ol a:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -4.5em;
        top: 50%;
        margin-top: -2em;
        background: #ee4623;
        height: 4em;
        width: 4em;
        line-height: 4em;
        text-align: center;
        font-weight: bold;
        border-radius:25px;
    }

    ol a:after {
        position: absolute;
        content: "";
        border: .5em solid transparent;
        left: -1em;
        top: 50%;
        margin-top: -.5em;
        transition: all .3s ease-out;
    }

    ol a:hover:after {
        left: -.5em;
        border-left-color: #ffd400;
    }

.page_title {
    text-transform: uppercase;
    font-family: sans-serif !important;
    color: #ee4623;
    text-align: left;
    width: 80%;
    margin: auto;
    margin-top: 70px;
    font-size: 25px;
    font-weight: bold;
}

.survey label {
    width: 90% !important;
    display: inline-block !important;
    text-align: left;
    margin: 2px !important;
    padding: 2px !important;
    padding-left: 5px !important;
}

.survey > div {
    border: 3px solid #ee4623;
    margin-bottom: 5px;
    border-radius:25px;
}

.survey {
    margin: 90px auto;
}
    .survey button {
        background-color: initial !important;
        background-image: linear-gradient(-180deg, #ee4623, #ee4623) !important;
        border-radius: 1px !important;
        box-shadow: rgb(0 0 0 / 10%) 0 2px 4px !important;
        color: #FFFFFF !important;
        cursor: pointer !important;
        display: inline-block !important;
        font-family: Inter,-apple-system,system-ui,Roboto,"Helvetica Neue",Arial,sans-serif !important;
        height: 44px !important;
        line-height: 44px !important;
        outline: 0 !important;
        overflow: hidden !important;
        padding: 0 20px !important;
        pointer-events: auto !important;
        position: relative !important;
        text-align: center !important;
        touch-action: manipulation !important;
        user-select: none !important;
        -webkit-user-select: none !important;
        vertical-align: top !important;
        white-space: nowrap !important;
        width: 100% !important;
        z-index: 9 !important;
        border: 0 !important;
    }

.survey button:hover {
    background: #ee4623 !important;
}

.header {
    background: #ffffff !important;
    height: 150px !important;
}

.container {
    background: #ffffff !important;
    margin-left: 5% !important;
}

.logo img {
    /*    width: 100%;*/
    width: 300px !important;
    height: auto !important;
    margin-top:50px;
}
.logo {
    width: 426px !important;
    /*    width: 100%;*/
}
.icons .fas {
    color: #fff;
    background: #ee4623;
}