a {
    text-decoration: none !important;
}

.second .card {
    transition: opacity 0.2s ease-in-out;
    border-radius: 25px !important;
    cursor: pointer;
    height: 19.94vw;
    border: none;
}

#second-section {
    background-color: #f0ebff;
}

.second {
    position: relative;
    padding: 7.2vw 1vw 7.2vw 6.6vw;
}

.get-involved-img-container {
    width: 49%;
}

.get-involved-desc-container {
    width: 100%;
}

.get-involved-title {
    font-size: 5.25rem;
    font-weight: 400;
    color: #57369c;
    letter-spacing: 1.5px;
    text-align: center;
    margin-right: 5.2vw;
}

.active-card {
    background-color: white;
}

.card:not(.active-card):hover {
    background-color: white;
    transform: translateY(-5px);
}

.card:active {
    background-color: #F0EBFF;
    transform: scale(0.98);
}

.card.ver-2:not(.active-card):hover {
    background-color: #F0EBFF;
    transform: translateY(-5px);
}

.card.ver-2:active {
    background-color: white;
    transform: scale(0.98);
}

.get-involved-img {
    width: 28%;
    margin-bottom: 5rem;
}

.card-body {
    padding: 2rem 1.5rem;
}

.involved-card-desc-content p {
    font-size: 0.7rem;
    font-weight: 400;
    color: #343434;
    line-height: 1.25;
}

.involved-desc-title {
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 700;
    color: #57369c;
    text-align: center;
    margin-bottom: 0.5vw;
    line-height: 1.25;
}

.learn-more-container {
    display: flex;
    justify-content: center;
}

.learn-more {
    line-height: 21.6px;
    font-size: 0.95vw;
    color: #57369c;
    font-weight: 400;
    margin-right: 0.5vw;
}

.learn-more-container img {
    width: 1.3vw;
}

.m-text-stroke {
    display: none;
}

.get-involved-desc {
    margin-right: 5.2vw;
}

@media(max-width: 1600px) {
    .involved-card-desc-content {
        margin-top: 2.5vw;
        line-height: 1.0;
    }

    .get-involved-title {
        font-size: 4.3rem;
        position: relative;
        top: -1%;
    }

    .desc-title-1 {
        width: 75%;
        margin: auto;
        margin-bottom: 0.5vw;
    }

    .donate-img {
        width: 11.7%;
    }
}

@media(max-width: 1400px) {
    .get-involved-title {
        font-size: 3.25rem;
        line-height: 1;
        letter-spacing: 2px;
    }

    .card-body {
        padding: .5rem 0;
    }

    .involved-card-desc-content h5 {
        line-height: 20px;
        font-size: 1rem;
    }

    .involved-card-desc-content p {
        line-height: 12px;
        font-size: 0.65rem;
    }

    .learn-more {
        font-size: .65rem;
    }
}

@media(max-width: 1200px) {
    .learn-more-div {
        justify-content: center;
        align-items: center;
        padding-top: 2rem;
    }
}

/*Ipad Pro*/
@media (max-width: 1366px) and (max-height: 1024px) and (orientation: landscape) {
    .involved-card-desc-content h5 {
        line-height: 20px;
        font-size: 1.5rem;
    }

    .involved-card-desc-content p {
        line-height: 16.8px;
        font-size: 0.7rem;
    }

    .learn-more {
        font-size: 1.125rem;
    }
}

/*Ipad Air*/
/*@media (max-width: 1180px) and (max-height: 820px) and (orientation: landscape) {
    .involved-card-desc-content h5 {
        font-size: 3.7vw;
        line-height: 4.8vw;
    }

    .learn-more-div {
        justify-content: center;
    }

    .involved-card-desc-content p, .learn-more {
        line-height: 3.5vw;
        font-size: 3.1vw;
        margin-top: 2rem;
    }
}*/

@media(max-width: 1024px) and (orientation: portrait) {
    .second {
        padding: 7rem 4rem 7rem 4rem;
    }

    .second .card {
        width: 100%;
    }

    .card-body {
        padding: 3rem 0;
    }

    .get-involved-title {
        font-size: 3.65rem !important;
    }

    .involved-card-desc-content p {
        font-size: 3.1vw !important;
        line-height: 1.2 !important;
        margin-top: 1.3rem !important;
        padding: 0rem 7rem;
    }

    .involved-card-desc-content h5 {
        line-height: 12px !important;
        font-size: 3.7vw !important;
        padding-top: 2rem;
    }

    .learn-more {
        font-size: 3.1vw !important;
    }
}

/*Ipad Mini*/
@media (max-width: 1024px) and (max-height: 768px) and (orientation: landscape) {
    .involved-card-desc-content h5 {
        font-size: 1.68vw;
        line-height: 20px;
    }

    .involved-card-desc-content p, .learn-more {
        font-size: 0.7rem;
        line-height: 12px;
    }
}

@media(max-width: 992px) {
    .second .card {
        width: 90%;
    }

    .card-body {
        padding: 3rem 0;
    }

    .get-involved-img {
        width: 20%;
    }
}


@media(max-width: 768.9px) {
    .second {
        padding: 14.2vw 6vw 14.2vw 6vw;
    }

    .second .card {
        padding: 0rem 0rem;
        min-height: 0 !important;
        border-radius: 15px !important;
        width: 100%;
    }

    .get-involved-title {
        font-size: 2.25rem !important;
        margin-right: 0;
    }

    .get-involved-img {
        margin-top: 1.5rem;
        margin-bottom: 0;
    }

    .involved-card-desc-content h5 {
        line-height: 12px;
        font-size: 1rem;
        padding-top: 0 !important;
    }

    .involved-card-desc-content p {
        line-height: 7px;
        font-size: .5rem;
        text-align: center;
        padding: 0;
        margin-bottom: 2rem;
    }

    .learn-more-div {
        padding-top: 0 !important;
        margin-bottom: 2rem;
    }
}

@media(max-width: 768px) {
    .card-link+.card-link {
        margin-left: 0;
    }

    .learn-more {
        font-size: .65rem;
        line-height: 18.2px;
    }

    .arr {
        max-width: 20%;
    }
}

@media(max-width: 576px) {

    .love-text {
        font-size: 5vw;
    }

    .card-body {
        padding: 3rem 1rem;
    }

    .involved-card-desc-content h5 {
        line-height: 25px;
        font-size: 1.25rem;
        color: #57369C;
        font-weight: 700;
    }

    .involved-card-desc-content p {
        /*padding: 0rem 3rem;*/
        line-height: 15px;
        font-size: 1rem;
    }

    .learn-more {
        font-size: .85rem;
    }
}
