:root {
    --colorWhite: #fff;
    --colorWhite70: rgba(255, 255, 255, .7);
    --colorBlack: #000;
    --bodyBgColor: #1C342E;
    --colorGradientYellowLittle: rgba(255, 238, 81, 1);
    --colorGradientYellowDeep: rgba(255, 204, 0, 1);
}

.sponContent>h3~h3 {
    font-size: 29px;
    margin-top: 30px;
    line-height: 1.3;
}

.sponContent h3~.spBox {
    margin-top: 10px;
}

.spBox {
    font-size: 24px;
    line-height: 30px;
}

.avSet .sponTeamData {
    width: auto;
}

.teamData_logo~span {
    margin-left: 12px;
    margin-right: 12px;
}

@media(max-height: 767px) {
    .sponContent.avSet>h3~h3 {
        font-size: 27px;
        margin-top: 10px;
        line-height: 1.2;
    }
    .sponContent h3~.spBox {
        font-size: 20px;
        line-height: 1.1;
    }
}