.swing-for-the-fences .prizes__prizes_info {
    background: #FFFFFFD9;
    max-width: 90%;
    font-weight: 900;
    top: -100px;
    margin: 0 auto;
    text-align: center;
    border-radius: 65px;
    background: linear-gradient(rgba(70, 108, 69, 0.3) 0%, rgba(87, 107, 127, 0.6) 100%),
            linear-gradient(0deg, rgba(50, 64, 90, 0.2), rgba(50, 64, 90, 3.7));
    z-index: 10;
    position: relative;
    border: 6px solid #F6DFB3;
    box-shadow: 8px 8px 0px 0px #323C62, 6px 6px 0px 0px #3B4673 inset;
}

.swing-for-the-fences .prizes__prizes_info_inner {
    margin: 0 auto;
    position: relative;  
}
.swing-for-the-fences .home_prizes_cover_image_banner {
    width: 92%;
    display: block;
    margin: -17px auto 0;
}

.swing-for-the-fences .prizes__title {
    font-size: 40px;
    line-height: 44px;
    width: 600px;
    font-weight: 700;
    max-width: 100%;
    margin: 42px auto 35px;
}

.swing-for-the-fences .promo_conditions {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}

.swing-for-the-fences .prizes__tables {
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.swing-for-the-fences .prizes__tables .table {
    padding: 0;
    max-width: 700px;
    margin: 0 auto 50px;
}

.swing-for-the-fences .prizes__tables .table__cell--header {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.swing-for-the-fences .prizes__tables .table__cell--body {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
    vertical-align: middle;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 1);
}

.swing-for-the-fences .prizes__image {
    position: absolute;
    z-index: 4;
    height: auto;
    width: auto;
}

.swing-for-the-fences .prizes__image--top_left_coin {
    top: -30px;
    left: 150px;
}

@media (max-width: 580px) {
    .swing-for-the-fences .home_prizes_cover_image{
        width: 100%;
    }

    .swing-for-the-fences .prizes__prizes_info {
        padding: 0 15px 35px;
        width: auto;
        margin: 0 auto;
        top: -60px;
    }

    .swing-for-the-fences .prizes__tables .table{
        margin-bottom: 0;
    }

    .swing-for-the-fences .prizes__title {
        font-size: 32px;
        line-height: 34px;
        margin: 20px auto;
    }

    .swing-for-the-fences .promo_conditions {
        font-size: 16px;
        line-height: 26px;
    }

    .swing-for-the-fences .prizes__tables .table__cell--header {
        font-size: 20px;
        line-height: 22px;
        vertical-align: middle;
    }

    .swing-for-the-fences .prizes__tables .table__cell--body {
        font-size: 22px;
        line-height: 28px;
    }
}
