.matchSchedule{width:100%;background:#d9d9d9;height:140px}
.matchSchedule .container{max-width:800px;display:flex;justify-content:space-between;align-items:center;margin:0 auto;height:100%}
.matchSchedule .downloadBtn a{width:135px;height:36px;border-radius:4px;background:#b462ff;box-shadow:0 4px 12px #38383833;display:inline-block;text-align:center;line-height:36px;text-decoration:none;color:#fff}
.matchScheduleTxt{color:#111;font-size:24px;font-weight:500}
@media only screen and (min-width:320px) and (max-width:767px){.matchSchedule .container{display:block;text-align:center;padding:25px}
.matchScheduleTxt{font-size:24px;margin-bottom:20px}
.matchSchedule .container{display:block;text-align:center;padding:25px}
.matchScheduleTxt{font-size:24px;margin-bottom:20px}
}