.BcaDifference .bcaDiffCard {
    border: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    margin-bottom: 4%;
    margin-top: 7%;
}

.BcaDifference .bcadiffHead h3 {
    text-align: center;
    font: normal normal bold 32px/45px Open Sans;
    letter-spacing: 0px;
    color: #000000;
}

.BcaDifference .bcadiffHead p {
    text-align: center;
    letter-spacing: 0px;
    color: #0D0D0D;
    font-size: 16px;
}

.BcaDifference .differencecardText p {
    text-align: left;
    font: normal normal normal 14px/25px Roboto;
    letter-spacing: 0.28px;
    color: #383838;
    margin-top: 4%;
}

.BcaDifference .card-wrapper {
    border-radius: 6px;
    overflow: hidden;
    transition: max-height 500ms ease-in-out;
    max-height: 0px;
}

.BcaDifference .bcaDiffCard:hover .card-wrapper {
    cursor: pointer;
    max-height: 310px;
}

.BcaDifference .card-details,
.BcaDifference .reveal-details {
    font-weight: 300;
}

.BcaDifference .card-height-animate {
    height: 300px;
}

.BcaDifference .swiper-pagination-bullet {
    background: #000;
    width: 10px;
    height: 4px;
    border-radius: 5px;
    margin: 2px !important;
}

.BcaDifference .swiper-pagination-bullet-active {
    background: #000;
    width: 20px !important;
    height: 4px;
    border-radius: 5px;
    margin: 2px !important;
}

.BcaDifference .swiper-wrapper {
    padding: 5px 5px 50px 5px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    .BcaDifference .bcadiffHead h3 {
        font: normal normal bold 20px/30px Open Sans;
    }

    .BcaDifference .bcadiffHead p {
        font-size: 13px;
    }

    .BcaDifference .differencecardText p {
        text-align: left;
        font: normal normal normal 13px/25px Roboto;
        letter-spacing: 0.28px;
        color: #383838;
    }

    .BcaDifference .card-wrapper {
        max-height: 150px !important;

    }

    .BcaDifference .swiper-backface-hidden .swiper-slide {
        padding: 15px;
    }
}

@media screen and (min-width:769px) and (max-width: 1200px) {
    .BcaDifference .bcadiffHead h3 {
        font: normal normal bold 25px/39px Open Sans;
    }

}