.support-box-section {
    margin-top: 90px;
}

.support-box-section .white-support  .white-shadow-box {
    width: 685px;
    margin: 0 auto;
    border-radius: 15px 15px 0 0;
}

.support-box-section .white-support  .white-shadow-box .support-details {
    padding: 33px;
}

.support-box-section .white-support  .white-shadow-box .support-details {
    font-size: 15px;
}

.support-box-section .white-support  .white-shadow-box .support-details #support-phone {
    font-size: 20px;
}

.support-box-section .white-support  .white-shadow-box .support-details .orange-btn {
    padding: 16px;
    background: #f26e22;
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    justify-content: space-between;
    align-items: center;
    width: 230px;
    height: 60px;
    margin: 30px 0;
}

.support-box-section .white-support  .white-shadow-box .support-details .orange-btn p {
    color: #FFFFFF;
}
.support-box-section .gray-support {
    padding-bottom: 100px;
}

.support-box-section .gray-support .white-shadow-box {
    background: #f5f7fb;
    border-radius: 0 0 15px 15px;
    width: 685px;
    margin: 0 auto;
}
.support-box-section .gray-support .white-shadow-box .support-numbers {
    justify-content: space-between;
    padding: 23px 33px;
}
.support-box-section .gray-support .white-shadow-box .support-numbers img {
    margin-right: 30px;
}

.support-box-section .gray-support .white-shadow-box .support-numbers p {
    font-size: 13px;
    color: #004467;
    margin: 7px 0;
}

.support-box-section .gray-support .white-shadow-box .support-numbers a {
    font-weight: 700;
    font-size: 20px;
    color: #004467;
}

@media (max-width: 992px){
    .support-box-section .white-support .white-shadow-box {
        margin: 0 20px;
        width: auto;
    }
    .support-box-section .white-support .white-shadow-box .support-details {
        flex-direction: column-reverse;
        text-align: center;
        align-items: center;
    }

    .support-box-section .white-support .white-shadow-box .support-details #call-us {
        line-height: 1.5;
        font-size: 15px;
    }

    .support-box-section .white-support .white-shadow-box .support-details .headings {
        line-height: 26px;
    }

    .support-box-section .white-support .white-shadow-box .support-details .support-agent-img {
        width: 95px;
        height: 95px;
        margin-bottom: 20px;
    }

    .support-box-section .white-support .white-shadow-box .support-details #support-phone {
        font-size: 20px;
    }

    .support-box-section .white-support .white-shadow-box .support-details .call-us {
        margin-bottom: 14px;
    }

    .support-box-section .white-support .white-shadow-box .support-details .orange-btn {
        margin: 0 auto;
    }

    .support-box-section .white-support .white-shadow-box .support-details .orange-btn p {
        color: white;
    }

    .support-box-section .gray-support {
        padding-bottom: 60px;
    }
    .support-box-section .gray-support .white-shadow-box {
        width: auto;
        margin: 0 20px;
    }

    .support-box-section .gray-support .white-shadow-box .support-numbers img{
        margin: 0;
    }

    .support-box-section .gray-support .white-shadow-box .flex-container {
        flex-direction: column;
        text-align: center;
    }
}