@media screen and (max-width: 768px) {

    .icon_box {
        height: auto;
        min-height: 320px;
    }
    .card2 {
        background-color: #ffffffc7;
        padding: 0;
        width: 100%;
        height: auto;
        left: 0;
    }

    .card-back {
        height: 115px;
    }
    /* .hidden_xs{
        display: block;
    } */
    /* تصميم المنيو الاسفل */
/* .footer-menu {
    display: flex;
    justify-content: space-around;
    background-color: #030f6e;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer-menu a {
    color: white;
    text-decoration: none;
    text-align: center;
}

.footer-menu i {
    font-size: 18px;
} */

/* تصميم المنيو */
}