.title-banner-group .title h3 {
    color: green;
    font-weight: bold;
}
.banner img {
    width: 100%;
    max-height: 21vw;
    object-fit: cover;
}
.title-banner-group .title p {
    font-weight: bold;
}
.title-banner-group .banner img {
    border-bottom-left-radius: 90%;
}

.text-and-filter p,ul,li {
    color: #696969;
    /* padding: 20px 0px; */
}
table td {
    color: #696969;
} 
.text-and-filter {
    position: relative;
}
hr {
    display: block;
    width: 10%;
    height: 1px;
    border: 0;
    border-top: 4px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.text-hospital-logo-group .logo-hospital img  {
    width: 100%;
}
.filter {
    position: absolute;
    bottom: 0;
}
.text-hospital-logo-group select {
    
    padding: 10px 15px;
    margin-right: 15px;
    color: #696969; 
    min-width: 200px;
}
.filter button {
    border-radius: 25px;
    padding: 10px 25px;
}
.block-table {
    padding: 24px 0px;
}
.block-table .table th {
    background-color: #00008B;
    color: white;
}
.market-logo img {
    max-width: 70px;
}
.text-and-filter ul {
    padding: 0 15px;
}
iframe {
    width: 100%;
    min-height: 450px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .text-hospital-logo-group {
        display: grid;
    }
    .filter {
        display: grid !important;
        position: unset;
        padding: 12px 0px;
    }
    .filter button {
        margin: 12px 0px;
    }
    .text-hospital-logo-group select {
        margin-bottom: 12px;
        margin-right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) { 
    .text-hospital-logo-group {
        align-items: center;
    }
    .filter {
        position: unset;
        padding: 12px 2px;
    }
    .text-and-filter , .logo-hospital {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .text-and-filter {
        padding: 12px 0px;
    }
    .text-hospital-logo-group select {
        width: 38%;
        margin-right: 16px ;
    }
    .text-and-filter ul {
       margin-bottom: 7px;
    }
}
