.eo-offer2 {
    width: 32%;
    height: 140px;
    display: inline-table;
    background: white;
    box-shadow: 0 2px 21px -18px black !important;
    margin: 5px;
    padding-bottom: 10px;
}


.eo-offer2 h4{
    font-size: 19px;
    line-height: 20px;
    font-weight: 600;
    font-family: Lato;
    margin: 20px 10px;
}

.eo-offer2 a {
    color: #546e7a;
    font-size: 18px;
    margin: 10px;
}

.eo-offer2 a::after {
    content: url(/wp-content/uploads/2019/07/path-2.png);
    margin-left: 15px;
}

@media screen and (max-width: 767px){
    .eo-offer2 {
        width: 100%;
    }
}