#rowdir{
    width: 90%;
    margin-left: 5%;
}

#rowdir .card, #rowdir .card2{
    border-radius: 5px;
    box-shadow: 3px 3px 5px rgba(0,153,233,0.5);
    transition: all 0.5s ease;
}

#rowdir .card:hover{
    transform: scale(1.1);
}

#rowdir .card h5:hover{
    transform: scale(1.15);
}

#rowdir .card h5{
    text-transform: uppercase;
    color: #174455;
    font-weight: 700;
    text-align: center;
    transition: all 0.5s ease;
}

#rowdir .card2 h5{
    text-transform: uppercase;
    color: #174455;
    font-weight: 700;
    transition: all 0.5s ease;
}

#rowdir .card p{
    text-align: justify;
}

#rowdir .card a, #rowdir .card2 a{
    float: right;
}

#rowdir .card img{
    border-radius: 5px;
}