.heading h3 {
    color: #011685;
}

.container {
    margin-top: 30px;
}

.facility-card-parent {
    height: 100%;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.6s cubic-bezier(.25, .8, .25, 1);
}

.facility-card-parent:hover {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    cursor: default;
}

.facility-card img {
    height: 140px;
    width: 140px;
    border-radius: 100%;
    margin-top: 10px;
    background-size: cover;
    background-repeat: no-repeat;
}

.facility-card h3 {
    margin-top: 10px;
    font-size: 20px;
    color: #011685;
}

.facility-card p {
    max-height: 13.7em;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

#text-area {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.btn1 button {
    font-size: 16px !important;
    color: white;
    border: 1px solid #FF2525;
    border-radius: 40px !important;
    padding: 8px;
    background-color: #FF2525;
    transition: ease-in-out .5s;
}

.btn1 button:hover {
    color: white;
    transform: translateY(3px);
}

.btn2 button {
    font-size: 16px !important;
    color: white;
    width: 120px;
    border: 1px solid #011685;
    border-radius: 40px !important;
    padding: 8px;
    background-color: #011685;
    transition: ease-in-out .5s;
}

.btn2 button:hover {
    color: white;
    transform: translateY(3px);
}
@media only screen and (max-width: 576px){
    .service-image{
        width: 70%;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
    .service-image img{
        max-width: 100%;
        height: auto;
    }
}