.mtaa-card{

background:#fff;

border-radius:22px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.35s;

height:100%;

}

.mtaa-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.mtaa-card-cover{

height:180px;

overflow:hidden;

}

.mtaa-card-cover img{

width:100%;

height:100%;

object-fit:cover;

transition:.5s;

}

.mtaa-card:hover .mtaa-card-cover img{

transform:scale(1.08);

}

.mtaa-card-body{

padding:25px;

text-align:center;

position:relative;

}

.mtaa-logo{

width:90px;

height:90px;

border-radius:50%;

background:#fff;

overflow:hidden;

margin:-70px auto 20px;

border:5px solid #fff;

box-shadow:0 8px 25px rgba(0,0,0,.15);

}

.mtaa-logo img{

width:100%;

height:100%;

object-fit:cover;

}

.mtaa-card h5{

font-weight:700;

margin-bottom:8px;

}

.category{

color:#0d6efd;

font-weight:600;

margin-bottom:12px;

}

.location{

color:#666;

margin-bottom:20px;

}

.mtaa-meta{

display:flex;

justify-content:space-between;

font-size:.9rem;

color:#777;

margin-top:15px;

}

.verified{

color:#198754;

font-weight:600;

}