@media screen and (min-width: 1px) and (max-width: 1000px) {

    #mobil img {
        width: 230px;
    }

    #mobil {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 10px;
    }

    .tap_bar {
        display: none;
    }

    .desktop_menu {
        display: none;
    }

    .simple_about {
        margin: 0;
    }

    .provider_container {
        padding: 2rem 1rem;
    }

    .home_slider .HomeSwiper .swiper-slide img {
        width: auto;
        height: 540px;
    }

    .simple_about .card_content .card {
        height: fit-content;
    }

    .simple_about .card_content .card p {
        margin: 10px 0;
    }

    .footer ul,
    .simple_about .img_content {
        margin-bottom: 1rem;
    }

    .footer .content {
        padding: 2rem 0 1rem 0;
    }

    .footer .bottom {
        padding: 1rem;
        line-height: 25px;
        font-size: 14px;
        text-align: center;
    }

    .banner img {
        height: 150px;
        width: auto;
    }
    .institutional table.standard-table{
        width: 100%;
    }

    .col-12{
        padding: 0;
    }
    .our_founder h1{
        margin: 1rem 0;
    }
    .vision_business .box{
        width: fit-content;
        height: 330px;
        margin-bottom: 1rem;
    }
    .vision_business ul li{
        margin: 5px 0;
    }
    .vision_business ul{
        margin: 1rem 0 0 0;
    }
    .social_responsibility_policy p{
        text-align: center;
    }
    .tespo .box .img{
        padding: 0;
        width: 100%;
        margin-bottom: 1rem;
    }
    .tespo p{
        width: 100%;
    }
    .social_responsibility_policy h1{
        line-height: 30px;
    }
    .logi strong{
        font-size: 16px;
        line-height: 25px;
    }
}