.covid19-text-container {
    max-width: 100%;
    text-align: center;
}
.featuredblocks-grid-b .featuredblocks__container{
    padding: 0 !important;
    margin: 0 !important;
}

img.logo-a__img{
    height: auto !important;
}


.alias-persistentbannercust .cta__button {
    margin-top: 10px;
}

.alias-persistentbannercust .row{
    padding: 0px !important;
}

.section--dark .navigation__item--link:hover {
    color: #fff;
}

.featuredblocks-grid-b .featuredblock__icon .icon{
    color: #fff;
}
.staff-center .staff-c, .staff-center .staff-c .staff__item .staff-member__name {
    text-align: center;
}
.staff-center .staff__item .row {
    justify-content: center;
}
.testimonials__title {
    text-align: center;
}
@media (min-width: 992px) {
    .staff-a--12 .staff-member__text-wrap, .staff-a--6 .staff-member__text-wrap {
        padding-top: 0;
    }
}
/* Center Blogs Imgs */
@media (max-width: 800px){
    #id_eb705322-3b75-5fc2-b498-4a307c5a72f4,
    #id_28047df1-f057-5760-bef6-9b724642fdaf {
        display: none !important;
    }
}
    .partner-card a {
      display: inline-block;
      margin-top: 15px !important;
      background-color: #1e1146;
      color: #fff !important;
      text-align: center;
      padding: 10px 16px;
      text-decoration: none;
      border-radius: 4px;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .partner-card a:hover {
      background-color: #3a2b7a;
    }
    .partners-grid {
        margin-top: 10px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
      gap: 30px;
    }

    .partner-card {
        border-top: 5px solid #1e1146;;
      background-color: rgb(244, 244, 244);
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
    }

    .partner-card h3 {
      margin-top: 0;
      color: #333;
    }

    .partner-card p {
      color: #555;
    }

    .partner-card a {
      margin-top: auto;
      display: inline-block;
      color: #0077cc;
      text-decoration: none;
      font-weight: bold;
    }

    .partner-card a:hover {
      text-decoration: underline;
    }