.gradient-background {
    background: linear-gradient(to right, #1355ca, #35599e, #325083);
}
.gradient-background a {
    color: #ffffff !important;
}

.horizontal-center-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-audifono-barato-bg-img {
    background: url('../../assets/img/audifono-hombre.png') center center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 173px 0 302px;
    position: relative;
    z-index: 2;
}

.section-audifono-barato-bg-img:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(73, 80, 87, 0.66);
    opacity: 1.5;
}

.single-advantage {
    text-align: center;
    border: 1px solid #cbcbcb;
    padding: 25px;
    border-radius: 5px;
}
.single-advantage:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid white;
}
@media (min-width: 992px) {
    .single-advantage {
        height: 265px;
        width: 290px;
    }
}
@media (min-width: 1200px) {
    .single-advantage {
        height: 255px;
        width: 330px;
    }
}
