#myBtn {
    line-height: 0px !important;
    padding: 20px 10px !important;
    color: white !important;
}

#myBtn:hover {
    color: white !important;
}

#myBtn:active {
    color: white !important;
}

#myBtn:visited {
    color: white !important;
}


.why_cards {
    color: rgb(255, 255, 255);
    box-shadow: rgb(117, 117, 117) 0px 0px 20px -11px;
    border-radius: 7px;
    height: 280px;
    background-image: url("../images/partners/feature_bg.png");
    background-repeat: no-repeat;
    transition: background 0.5s ease 0s;
    padding: 40px !important;
}

.why_card_title {
    font-family: 'Roboto', sans-serif !important;
    color: #fff;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding-top: 5px;
}

.why_card_1 {
    background-color: rgb(37, 117, 252);
}

.why_card_1:hover {
    background-color: rgb(245, 176, 22);
}

.why_card_2 {
    background-color: rgb(10, 204, 134);
}

.why_card_2:hover {
    background-color: rgb(245, 35, 36);
}

.why_card_3 {
    background-color: rgb(245, 176, 22);
}

.why_card_3:hover {
    background-color: rgb(37, 117, 252);
}

.why_card_4 {
    background-color: rgb(245, 35, 36);
}

.why_card_4:hover {
    background-color: rgb(10, 204, 134);
}

.pd-b {
    padding-bottom: 20px;
}

.py {
    padding: 20px 0px;
}

.header-inner-pages {
    background: linear-gradient(63deg, rgba(216, 37, 29, 1) 6%, rgba(55, 26, 132, 1) 94%);
    color: #ffffff;
}
li.phone {
    color: #fff;
}

.staff-img  {
    height: 320px !important;
}