.tescard{
    background: rgb(184,53,174);
    background: linear-gradient(0deg,#26426d67 0%, #6620205e 100%);
    border-radius: 20px;
    padding: 25px;
}
.tesimg{
    text-align: center;
}
.tesimg img{
    max-width: 260px;
}
.tesquoticon{
    max-width: 70px;
    margin-top: 20px;
    margin-bottom: 10px;
    opacity: .5;
}
.tescont p{
    max-width: 400px;
}
.tesnm{
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
}
.ttu{
    text-transform: uppercase;
}