.sponsored {
  background-color: #ec6574;
  padding: 30px 20px;
}

.sponsored h2 {
  font-size: 23px;
  color: #fff;
  margin: 0 0 20px;
}

.sponsored h2:before {
  display: none;
}

.sponsored h3 {
  font-size: 19px;
  color: #fff;
  margin: 0 0 20px;
}

.sponsored ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.sponsored ul li {
  font-size: 13px;
  color: #fff;
  margin-bottom: 5px;
  padding-left: 26px;
  background: url(/gfx17/check-white.svg) left 4px no-repeat;
  background-size: 13px 11px;
}

@media (min-width: 768px) {
  .sponsored {
    padding: 40px 30px;
  }

  .sponsored h2 {
    font-size: 41px;
  }

  .sponsored ul li {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1024px) {
  .sponsored {
    background-image: url(/54/homepage/00/12/60/GettyImages-485206647-1200x859-cut-50.png);
    background-position: 100% 0;
    background-repeat: no-repeat;
    padding: 61px 72px;
  }
}