.fa-arrow-right{
    color:red;
    font-size:20px!important;
    margin-right:7px
}
.cardHeight{
    border-radius:30px;
    padding-bottom: 30px;
    box-shadow:0 4px 8px 0 rgb(0 0 0/20%),0 6px 20px 0 rgb(0 0 0/19%)
}
@media only screen and (min-width:768px) and (max-width:991px){
    .cardHeight{
        min-height:440px;
        box-shadow:0 4px 8px 0 rgb(0 0 0/20%),0 6px 20px 0 rgb(0 0 0/19%)
    }
}
@media only screen and (min-width:1201px){
    .cardHeight{
        min-height:440px;
        box-shadow:0 4px 8px 0 rgb(0 0 0/20%),0 6px 20px 0 rgb(0 0 0/19%)
    }
}
@media only screen and (min-width:992px) and (max-width:1200px){
    .cardHeight{
        min-height:450px;
        box-shadow:0 4px 8px 0 rgb(0 0 0/20%),0 6px 20px 0 rgb(0 0 0/19%)
    }
}