.featuredTit{
    text-align: center;
    font: normal normal bold 31px/70px KunKun;
    letter-spacing: 0px;
    color: #313131;
    font-weight: bold;
}

.featuredTxt{
    text-align: center;
    font: normal normal normal 18px/26px Montserrat;
    letter-spacing: 0px;
    color: #313131;
}


#featuredProductsCarousel .featuredCard{
    padding: 40px;
    align-items: center;
    border: none;
}
#featuredProductsCarousel .featuredCard .productImage{
    max-height: 380px;
    max-width: 184px;
    margin: auto;
    transition:all .3s ease-out;
    width: 100%;
    height: 172px;
    /*border-radius: 50%;*/
}

#featuredProductsCarousel .featuredCard .card-header{
    border-radius: 50%;
    /*width: 367px;*/
    /*height: 367px;*/
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 17px 25px #00000029;
    opacity: 1;
    width: 200px;
    height: 200px;
}
#featuredProductsCarousel .featuredCard .card-body .card-title{
    text-align: center;
    font: normal normal bold 23px/32px Montserrat;
    letter-spacing: 0px;
    color: #242424;
    opacity: 1;
}
#featuredProductsCarousel .featuredCard:hover .card-body .card-title{
    text-align: center;
    /*font: normal normal normal 32px/39px Montserrat;*/
    letter-spacing: 0px;
    color: #0142C4;
}

#featuredProductsCarousel .featuredCard .card-body .card-text{
    text-align: center;
    font: normal normal 300 15px/18px Montserrat;
    letter-spacing: 0px;
    color: #242424;
    opacity: 1;
}

#featuredProductsCarousel .featuredCard:hover .card-body .card-text{
    text-align: center;
    /*font: normal normal normal 20px/29px Montserrat;*/
    letter-spacing: 0px;
    color: #0142C4;
}
#featuredProductsCarousel .featuredCard:hover .productImage{
    scale: 120%;
    transform: translateY(-15%);
    /*max-height: 606px;*/
    /*max-width: 367px;*/
}

