.prize-slider-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 220px;
    min-height: 760px;
    padding-top: 15px;
}

.coins-side {
    width: 675px;
    height: 608px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.coin-slide {
    text-align: center;
}

.coin-img {
    width: 354px !important;
    margin: 0 auto;
}

.prize-side {
    width: 668px;
    height: 608px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prize-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prize-bg {
    background: url("/static/img/white-layout.png") center center / contain no-repeat;
    height: 608px;
    width: 668px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prize-bg img {
    width: 555px;
    height: 624px;
    object-fit: contain;
    transition: opacity .2s ease;
}

.coin-slider {
    width: 100%;
    position: relative;
}

.coin-slider .owl-nav button.owl-prev,
.coin-slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 78px;
    height: 72px;
    background: transparent !important;
    border: none !important;
    font-size: 0 !important;
    padding: 0 !important;
}

.coin-slider .owl-nav button.owl-prev {
    left: 0;
}

.coin-slider .owl-nav button.owl-next {
    right: 0;
}

.coin-slider .owl-nav button.owl-prev::before {
    content: url("/static/img/prev.png");
}

.coin-slider .owl-nav button.owl-next::before {
    content: url("/static/img/next.png");
}