.offers-banners {
    position: relative;
    padding: 15px;
    text-align: center;
    background: #fff;
    margin-top: 0px;
    margin-bottom: 25px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.15);
}
.offers-banners .b-r_line {
    border-right: 1px solid #ffffff;
    display: flex;
    flex-direction: column;
    min-height: 95px;
}
.offers-text_banner {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    line-height: 18px;
    vertical-align: middle;
    padding-top: 10px;
    line-height: normal;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
}
.offers-desc_banner {
    font-size: 0.85em;
    padding-top: 5px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5em;
    color: #3a486b;
}
.offers-banner_image img {
    max-width: 220px;
    padding: 15px;
    border: 2px solid #858585ee;
    border-radius: 10%;
}