@media(min-width: 320px) and (max-width: 767px) {
    .we_server .item_we_serve {
        box-sizing: border-box;
        background: white;
        margin: 10px;
        padding: 6px 0;
        border-radius: 20px;
        width: 100%;
        flex: unset;
    }
    .flex-footer {
        display: flex !important;
        align-items: center;
        flex-direction: column;
    }
    .arham-way {
        margin-bottom: 10px;
        padding-top: 50px;
        padding-bottom: 650px !important;
        background-color: #f4f6f9;
    }
    .sticky-sharebarr .sticky-sharebar__list li a img {
        width: 35px;
    }
    .d-f-coulmn {
        display: flex;
        flex-direction: column;
    }
    .mobile-view {
        margin-top: 0px !important;
    }
    .navigation-portrait .nav-menu>li.hide-in-mobile {
        display: none;
    }
    .profetinal1 {
        padding: 15px;
        background-color: #fff;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 30px;
        text-align: justify;
        margin: 15px !important;
    }
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}