.footer {
    /* height: 170px; */
    background-color: #f8f8f8;
    padding-bottom: 8rem;
}

.footer .content {
    color: #ea5528;
    font-size: 35px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.footer .content img {
    width: 175px;
    height: 175px;
}

.contact {
    background-color: #ea5528;
}

.contact .content {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
}

.contact .content p {
    font-size: 60px;
    width: 100%;
    color: white;
    text-align: center;
}

.contact .content div button {
    color: #ea5528;
    font-size: 35px;
    padding: 20px;
    background-color: white;
    border-radius: 20px;
    border: none;
    margin-right: 20px;
}

.contact .content div span {
    color: white !important;
}

.contact .content div i {
    transform: rotate(90deg);
    margin-right: 5px;
}


.contact .content div {
    font-size: 110px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* //header */

.header {
    height: 48px;
    font-size: 30px;
    color: #fff;
    background-color: #ea5528;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

.header .content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.header .content img {
    width: 64px;
    height: 64px;
}

/* step  */

.step-check {
    padding: 80px 0;
}

.step-check .question {
    margin: 0 auto;
}

.step-check .question {
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-check .step {
    padding: 40px;
}

.step-check .step p {
    background: #ea5528;
    border-radius: 50%;
    width: 175px;
    height: 175px;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    color: white;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-check .question .descres .top-title {
    font-size: 2.125rem;
    letter-spacing: 3.5px;
    text-align: left;
    color: #262626;
    margin-bottom: 0;
    font-weight: 700;
}

.step-check .question .descres .bottom-border {
    font-size: 4.375rem;
    letter-spacing: 7px;
    color: #262626;
    border-bottom: 9px solid #fff;
    font-weight: 700;
}

.header .content p {
    margin: 0 !important;
}

@media(max-width: 992px) {

    .menu {
        height: auto;
    }

    .menu .content {
        display: flex;
        flex-wrap: wrap;
    }

    .menu .content .item {
        width: 100%;
    }
}
@media(max-width:768px) {
    .footer{
        padding-bottom: 8rem;
    }

}

@media(max-width:576px) {
    .header .content {
        font-size: 20px !important;
    }

    .footer .content {
        font-size: 20px !important;
    }

    .contact .content div button {
        margin-right: 0;
    }

    .header .content p {
        font-size: 0.75em;
    }

    .header .content img {
        width: 50px !important; 
        height: 50px !important;
    }

}