.hero {
    margin-top: 70px;
}

.hero p {
    margin-top: 10px;
    color: #bdbdbd;
    margin-bottom: 0;
}

.hero .card-special-offers {
    border: 1px solid transparent;
    border-radius: 10px;
    background-image: linear-gradient(#000, #0a0a0a), linear-gradient(to top left, #7f00ff80, black);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 0;
    margin-top: 90px;
    box-shadow: 0 10px 20px rgba(127, 0, 255, 0.2);
    position: relative;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: center;
    cursor: pointer;
}

.hero .card-special-offers .card-content {
    padding: 25px 90px 23px 14px;
    position: relative;
    overflow: hidden;
}

.hero .card-special-offers img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    position: absolute;
    top: -33px;
    right: 14px;
    z-index: 1;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(174, 174, 174, 0.2);
}
.hero .card-special-offers .card-content span {
    width: 618.587px;
    height: 24.502px;
    transform: rotate(-28.81deg);
    background: linear-gradient(265deg, #624629 20.98%, rgba(228, 152, 73, 0.00) 92.39%);
    opacity: 0.4;
    position: absolute;
}
.hero .col-lg-4:nth-child(2) .card-special-offers .card-content span,
.hero .col-lg-4:nth-child(4) .card-special-offers .card-content span,
.hero .col-lg-4:nth-child(6) .card-special-offers .card-content span,
.hero .col-lg-4:nth-child(8) .card-special-offers .card-content span,
.hero .col-lg-4:nth-child(10) .card-special-offers .card-content span,
.hero .col-lg-4:nth-child(12) .card-special-offers .card-content span{
    background: linear-gradient(265deg, #E49849 20.98%, rgba(228, 152, 73, 0.00) 92.39%);
}
.hero .card-special-offers .card-content span:first-child {
    left: -235px;
    top: 0;
}

.hero .card-special-offers .card-content span:nth-child(2) {
    left: -161px;
    top: 0;
}

.hero .card-special-offers .card-content span:nth-child(3) {
    right: -120.208px;
    bottom: -44.208px;
}

.hero .card-special-offers .card-content span:nth-child(4) {
    right: -113.208px;
    bottom: -89.208px;
}

.hero .card-special-offers .card-content h3 {
    font-size: 19px;
    font-weight: bold;
}

.hero .card-special-offers .card-content h5 {
    margin-top: 16px;
    font-size: 17px;
}

.hero .card-special-offers footer {
    padding: 18px 5px 15px 0;
}

.hero .card-special-offers footer p {
    margin: 0;
}

.hero .card-special-offers footer p span {
    margin: 0 0 0 4px;
}

.hero .card-special-offers footer p span:first-child {
    font-size: 20px;
    font-size: 20px;
    color: #fff;
    margin-left: 12px;
}

.hero .card-special-offers footer p span:nth-child(2) {
    font-size: 17px;
}

.hero .card-special-offers footer p span:nth-child(3) {
    text-decoration: line-through;
    font-size: 15px;
    color: #444;
}

.hero .card-special-offers footer p span:nth-child(4) {
    position: absolute;
    right: 11px;
    background: var(--second-color);
    color: #000;
    padding: 3px 16px;
    border-radius: 5px;
    font-size: 14px;
}