.prize{
    margin-top: 90px;
    margin-bottom: 90px;
}

.prize h2{
    margin-bottom: 30px;
    font-family: 'Circe ExtraBold', sans-serif;
    font-weight: 800;
    font-size: 59px;
    color: #ffffff;
    text-align: center;
}

.prize p.price{
    font-family: 'Defused-ExtendedBold', sans-serif;
    font-weight: 700;
    font-size: 65px;
    text-align: center;
    background-image: url(../images/prize-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: fit-content;
    padding: 30px 40px;
    margin-bottom: 15px;
}

.prize p{
    margin: 0 auto;
    text-align: center;
    width: 60vw;
}

@media screen and (max-width: 767px) {
    .prize p{
        width: 100%;
    }
}