.swiper {
    width: 100%;
    height: 550px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#community h1,
#community h2,
#community h3,
#community h4,
#community h5,
#community h6,
#community .nav-menu a,
#community .mobile-nav a,
#community #footer .footer-top h3 {
    color: black;
}

#community .section-bg,
#community .swiper-slide {
    background-color: #f2f3f6;
}

#community #footer .footer-top .bi {
    color: black;
}

#community #footer .footer-top .social-links a {
    background: #f3f4f6;
}

#community .cta .cta-btn {
    background-color: #25d366;
    border: none;
    color: #fff;
    width: 300px;
    height: 100px;
}

#community .cta {
    background-color: #f2f3f6;
}

#community .cta img {
    width: 50px;
    height: 50px;
    margin-right: 30px;
}

#community #cta a {
    text-transform: none;
    font-weight: 600;
}

#community .cta-btn .text-26 {
    font-size: 26px;
    font-weight: 700;
}

#community .btn-outline-primary {
    color: #007aff;
}

#community .modal {
    z-index: 10000;
}

#community .close {
    font-size: 2rem;
}

#community .google-logo {
    width: 20px;
    margin-bottom: 3px;
    margin-right: 5px;
}

#community .mobile-nav a {
    padding: 0;
}

#community .card-body {
    height: 320px;
}

#community .card-body a {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 50px;
    right: 50px;
    text-align: center;
    bottom: 45px;
}

@media (min-width: 992px) {
    #community .card-body a{
        bottom: 70px;
    }
  }