body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.chase-game-750 {
    max-width: 750px;
    width: 100%;
    margin: auto;
    padding: 24px 29px 24px 24px;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #00A17B;
}

/* start css */

.chase-game-750 h3 {
    font-family: 'Helvetica' !important;
    font-style: Bold !important;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 24px !important;
    color: #313131 !important;
    margin: 0;
    padding-bottom: 8px;
    margin-bottom:0px !important;
}
#post-info .chase-game-750 h3 {
    font-family: 'Helvetica' !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    color: #313131 !important;
    margin: 0 !important;
}
.chase-game-750 p {
    font-family: 'Helvetica' !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #313131;
    margin: 0;
    padding-bottom: 20px;
}

.chase-game-750 p:last-child {
    padding-bottom: 0;
}