
@media screen and (max-width: 768px) {


    #hospital {
        height: auto;
    }

    #hospital .tabButton ul {
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        height: 100%;
        width: 100%;
        box-sizing: border-box;
    }


    #hospital .why-hospital {
        display: flex;
        flex-direction: row;

    }

    #hospital .tabButton {
        width: 25%;
    }

    #hospital .tabContent {
        width: 75%;
    }

    #hospital .tabButton ul li {
        width: 100%;
        border-left: none;
        border-bottom: 3px solid var(--background-color-btn);
        font-size: 15px;
    }

    #hospital .tabButton ul li svg {
        font-size: 15px;
    }

    #hospital .tabContent .tab .content {
        flex-direction: column;
        border-radius: 10px 0 0 0;
        height: 100%;
    }

    #hospital .tabContent .tab .content .content-title {
        width: 100%;
        margin-bottom: 10px;
    }

    #hospital .tabContent .tab .content .content-img {
        width: 100%;
    }

    #hospital .tabContent .tab .tab-content-link {
        border-radius: 0 0 0 10px;
    }

    #hospital .tabButton {
        border-radius: 0 10px 10px 0;
    }

}


@media screen and (max-width: 400px) {


    #hospital .tabContent .tab .content .content-title p {
        font-size: 12px;
    }


}

@media screen and (max-width: 300px) {

   

    #hospital .hospital-title p {
        max-width: 200px;
        font-size: 11px;
    }

}

