.epl-matchweek {
  position: relative;
  background-color: #1a3e8c;
  background-image: url(https://www.siamsport.co.th/premierleague-assets/primary-bg_small.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 1rem 0;
  border-radius: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.epl-matchweek-head{
  margin: 0 auto;
  display: flex;
}

.epl-matchweek-headtext{
  display: flex;
  align-items: center;
  margin-left: .5rem;
}

.epl-matchweek-div{
  margin: 0 auto;
  display: flex;
  overflow: hidden;
}

.epl-matchweek-side{
  height: 82px;
  display: flex;
  transition:all 0.3s linear 0s;
}

.epl-matchweek-item-box{
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 160px;
  height: 70px;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 5px;
}

.epl-matchweek-item{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.epl-matchweek-img{
  width: 2rem;
  height: 2rem;
}

.epl-matchweek-text1{
  font-size: 0.75rem;
  margin-top: .25rem !important;
}

.epl-matchweek-text2{
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
}

.epl-matchweek-text3{
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-top: .25rem !important;
}