.download_cards {
    height: 380px;
    max-width: 500px;
    text-align: center;
    padding: 15px;

}
.download_cards .card{
    height: 100%;
}
.download_cards .card a{
    height: 100%;
}
.top_card{
    /* padding : 20px; */
}
.top_card img {
    padding-top: 15px;
    max-width: 60px;
    height: auto;
}
.card .card-body .card-title {
    height: 120px;
    text-align: center;
}
.card .card-body  h5{
    padding: 5%;
}
.btn-sendcontact{
    opacity: 100%;
}
.btn-sendcontact:hover{
    opacity: 80%;
}