.custom-slider-offers div.col > a {
    display: block;
    background-color: #02326C;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 240px;
    border-radius: 0.25rem;
    padding: 1.25rem;
    position: relative;
    color: #5C5C5C;
    color: #fff;
}

    .custom-slider-offers div.col > a > .arrow {
        transition: transform .3s;
    }

    .custom-slider-offers div.col > a:hover > .arrow {
        transform: translateX(10px);
    }

    .custom-slider-offers div.col > a:hover {
        text-decoration: none;
        color: inherit;
    }

    .custom-slider-offers div.col > a > .title {
        color: #fff;
        font-size: 1.3rem;
    }

    .custom-slider-offers div.col > a > .arrow {
        position: absolute;
        right: 1.25rem;
        bottom: 1.25rem;
    }

    .custom-slider-offers div.col > a:hover {
        color: #fff;
    }

@media (min-width: 768px) {
    .custom-slider-logos {
        margin-left: 70px;
        margin-right: 70px;
    }

        .custom-slider-logos div.col > a {
            background-size: contain !important;
        }
}

.custom-slider-logos div.col > a {
    display: block;
    height: 100px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-origin: content-box;
    border: 1px solid #d4dce6;
    border-radius: 0.25rem;
    box-shadow: 0 -1px 15px rgba(0, 0, 0, 0.1);
}

    .custom-slider-logos div.col > a > .arrow {
        display: none;
    }

.custom-slider-offers-redesign div.col > a {
    display: block;
    background-color: #02326C;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 45px;
    padding: 1.25rem;
    position: relative;
    color: #fff;
}

    .custom-slider-offers-redesign div.col > a .arrow {
        display: none;
    }

.custom-slider-offers-redesign div.col > .slider-content {
    position: relative;
    border-left: 1px solid #EDEDEF;
    border-right: 1px solid #EDEDEF;
    border-bottom: 1px solid #EDEDEF;
    height: 250px;
    overflow: hidden;
}

    .custom-slider-offers-redesign div.col > .slider-content .title {
        font-family: 'din-2014', sans-serif;
        font-size: 1.3125rem;
        font-weight: 700;
        color: #02326D;
        padding: 24px 24px 18px 24px;
        margin-bottom: 0px;
    }

    .custom-slider-offers-redesign div.col > .slider-content .summary {
        padding: 0px 24px 0 24px;
    }

.custom-slider-offers-redesign div.col > .more {
    text-align: left;
    width: 100%;
    border-left: 1px solid #EDEDEF;
    border-right: 1px solid #EDEDEF;
    border-bottom: 1px solid #EDEDEF;
    padding: 10px 5px 10px 24px;
}
