a:hover{
    text-decoration: none;
}
.sa-card {
    width: 100%;
    height: auto;
    margin: 0% auto;
    text-align: center;
    box-shadow: 5px 7px 15px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    padding: 15px;
    box-sizing: border-box;
    transition: 0.3s;
    border-radius: 15px;
}
.sa-card:hover{
    transform: translateY(-10px);
}

.sa-card .card-img {}
.sa-card .card-content h4{
    font-size: 20px;
    color: #000;
    font-weight: 400;
}
.sa-heading p{
    text-align: center;
}
.sa-mr-2{
    margin-bottom: 30px;
}
.sa-icons-details{
    
}
.sa-icons-details li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    font-weight: 600;
}
.sa-icons-details li .fa{
    color: #e11953;
}
@media only screen and (max-width: 990px){
    .sa-icons-details{
        display: none;
    }
    .card{
    top: 0%;
    left: 0%;
    transform: translate(0%,0%);    
}
    .sa-mr-2{
    margin-bottom: 0px;
}
}





















