.loyality-prizes-section .inner > * {
    flex: 1;
}

.bg-fade-round-img {
    position: absolute;
    right: 0;
    top: -10%;
    pointer-events: none;
}

.loyality-prizes-section .inner .left-side {
    max-width: 350px;
    width: 100%;
    margin-right: 109px;
}

.loyality-prizes-section .inner .right-side {
    position: relative;
    width: 100%;
}
.loyality-prizes-section .inner .right-side .main-heading {
    padding-left: 110px;
    margin-bottom: 9rem;
}
.loyality-prizes-section .inner .right-side::after {
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    top: 130px;
    height: 92%;
    width: 6px;
    background: url(../img/icons/dots-line.png);
    background-size: 100% auto;
}

.sub_logo
{
    height: 100px;
    width:auto!important;
    max-width: initial!important;
}

.loyality-arrow {
    position: absolute;
    z-index: 2;
    left: -40px;
    top: -22px;
    width: 48px;
    height: 72px;
}

.prize-details-wrapper {
    margin-top: 12rem;
}

.prize-details-wrapper .box h5 {
    color: var(--grey-color-900);
    font-size: 7rem;
    font-weight: 700;
}

.prize-details-wrapper .box sup {
    color: var(--grey-color-900);
    font-size: 2.8rem;
    font-weight: 700;
    margin-left: 10px;
    position: relative;
    top: -2rem;
}

.prize-details-wrapper .box .slot {
    margin-bottom: 6rem;
}

.prize-details-wrapper .box .slot:last-child {
    margin-bottom: 0;
}

.prize-details-wrapper .box .cta-box {
    margin-top: 5rem;
}

.single-prize {
    padding: 9rem 0;
}

.single-prize .inner {
    position: relative;
    padding-left: 110px;
    padding-right: 20px;
}

.single-prize .inner > * {
    flex: 1;
}

.single-prize .inner .number {
    position: absolute;
    left: -18px;
    top: 37%;
    display: flex;
    align-items: center;
    max-width: 88px;
    z-index: 9;
    height: 130px;
    width: 50px;
    background: var(--grey-color-100);
}

.single-prize .inner .number span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #778893;
    font-weight: 700;
    border-radius: 50%;
    background: var(--white);
    box-shadow: rgba(0,0,0,0.25) 0 0 30px 0;
}

.single-prize .inner .value {
    max-width: 20rem;
}

.single-prize .inner .value h4 {
    font-size: 6rem;
}

/* Media Queries */
@media (max-width: 1600px) {
    .prize-details-wrapper .box .slot {
        margin-bottom: 3rem;
    }
}
@media (max-width: 1199px) {
    .loyality-prizes-section .inner .left-side {
        max-width: 270px;
        margin-right: 60px;
    }
    .loyality-prizes-section .inner .right-side .main-heading {
        padding-left: 80px;
        margin-bottom: 5rem;
    }
    .single-prize .inner {
        padding-left: 80px;
    }
    .prize-details-wrapper {
        margin-top: 8rem;
    }
    .prize-details-wrapper .box h5 {
        font-size: 6rem;
    }
}

@media (max-width: 991px) {
    .bg-fade-round-img {
        top: -6%;
    }
    .loyality-prizes-section .inner .left-side {
        display: none;
    }
    .loyality-prizes-section .inner .right-side::after {
        top: 20px;
        left: 30px;
        height: 95%;
    }
    .single-prize {
        background: var(--white);
        border-radius: 10px;
        box-shadow: 0 2px 20px 4px rgb(184,186,187, 0.5);
        margin-bottom: 3rem;
    }
    .single-prize .inner .number {
        left: 12px;
        height: 85px;
        background: var(--white);
    }
    .single-prize .inner .number span {
        width: 40px;
        height: 40px;
    }
    .loyality-arrow {
        left: -18px;
        top: -30px;
    }
    .mobile-prize-details {
        display: block !important;
        padding-left: 8rem;
        padding-right: 20px;
        margin-top: 2rem;
    }
    .mobile-prize-details .box {
        padding: 3rem 0;
    }
    .mobile-prize-details .box:last-child {
        margin-bottom: 0;
        border: 0;
        padding-bottom: 0;
    }
    .mobile-prize-details .box > div:first-child {
        border-right: 3px solid var(--grey-color-300);
    }
    .mobile-prize-details h4 {
        font-size: 6rem;
    }
}

@media (max-width: 575px) {
    .bg-fade-round-img {
        top: -9%;
    }
    .single-prize .inner .number span {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
    .loyality-prizes-section .inner .right-side::after {
        top: 20px;
        left: 22px;
        width: 4px;
    }
    .loyality-prizes-section .inner .right-side .loyality-arrow img {
        width: 86px;
        height: 86px;
    }
    .single-prize .inner .number {
        left: 10px;
        height: 50px;
    }
    .loyality-prizes-section .inner .right-side .main-heading {
        padding-left: 70px;
    }
    .single-prize .inner {
        padding-left: 60px;
    }
    .loyality-arrow {
        left: -18px;
        top: -18px;
    }
    .single-prize .inner .value {
        max-width: 16rem;
    }
    .single-prize .inner .value h4 {
        font-size: 4.2rem;
    }
    .single-prize {
        padding: 4rem 0;
    }
    .mobile-prize-details h4 {
        font-size: 4rem;
    }
    .mobile-prize-details {
        padding-left: 6rem;
    }
    .mobile-prize-details .box {
        padding: 2rem 0;
    }
}
