

.sunday-hero .hero-title{
  max-width:860px;
  margin-bottom:14px;
}

.sunday-hero .hero-sub{
  max-width:820px;
  color:rgba(255,255,255,.92);
}

.sunday-intro{
  padding-top:42px;
}

.sunday-split{
  grid-template-columns:1.03fr .97fr;
}

.sunday-split.reverse{
  grid-template-columns:.97fr 1.03fr;
}

.sunday-split .content{
  padding:54px 48px;
}

.sunday-list{
  margin:0 0 22px;
  padding-left:18px;
}

.sunday-list li{
  margin-bottom:8px;
}

@media (max-width: 820px){
  .sunday-hero{
    min-height:320px;
  }

  .sunday-hero .inner{
    min-height:320px;
    padding:72px 0 28px;
  }

  .sunday-split,
  .sunday-split.reverse{
    grid-template-columns:1fr;
  }

  .sunday-split .content{
    padding:34px 24px 28px;
  }}
