<style>

.card{

transition:.3s;

}

.card:hover{

transform:translateY(-6px);

}

.company-logo{

    height:170px;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:20px;
    border-bottom:1px solid #f1f5f9;
    margin-bottom:18px;

}

.logo{

    max-width:170px;
    max-height:100px;
    object-fit:contain;

}

</style>