#offers .card {
    background-image: linear-gradient( to right, #3264f5 0%, #7202bb 51%, #3264f5 100%);
    border: 0px;
    border-radius: 2px !important;
    padding: 5px;
    align-items: center;
}

#offers .card h4 {
    color: white;
}

#offers .card h3 {
    color: white;
}

#offers .card h6 {
    color: white;
}

#offers .card i {
    background-image: linear-gradient( to right, #fcfcfd 0%, #cf8efa 51%, #d6d8db 100%);
    font-size: 25px;
    margin-right: 10px;
}

#offers-list li h4 {
    font-size: 15px;
    color: rgb(97, 96, 96);
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    line-height: 1.2em;
}

#offers-list li h4 i {
    font-size: 13px;
    /* color: #f7f7f7; */
    margin-inline-end: 5px;
}

span.go-live {
    background: #6017b61a;
    padding: 2px 8px;
    border-radius: 5px;
    color: #700db2;
    width: 100% !important;
    font-weight: 600;
}

span.yes {
    background: #fa52521a;
    padding: 2px 8px;
    border-radius: 5px;
    color: #ff008d;
    width: 100% !important;
    font-weight: 600;
}

.cost-i {
    font-size: 40px !important;
    padding: 0px 15px;
    /* font-weight: 300; */
    color: #ff008da1;
    z-index: 1;
    background-image: none !important;
    transform: rotate( 8deg);
}

.last-cost {
    position: absolute;
    padding: 3px;
    z-index: -1;
    margin-bottom: 0px;
    height: 70%;
    display: flex;
    align-items: center;
}

#cost-section {
    position: relative;
    height: 100%;
    padding: 10px;
    background: rgb(0 0 0 / 50%);
    ;
    transform: rotate( 20deg);
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#card-features .card {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

#card-features .card .header-card h6 {
    font-size: 11px;
    color: #6c757d;
}

#card-features .card .header-card h6 {
    font-size: 11px;
    color: #6c757d;
}

#card-features .card .content-card h5 {
    line-height: 1.3;
    font-weight: revert;
}

#card-features .card .content-card h6 {
    font-size: 13px;
    color: #6c757d;
}

#card-features .card .footer-card h6 {
    font-size: 13px;
    color: #6c757d;
}

#card-features .card .footer-card h6.badge {
    font-size: 14px !important;
}