/* overrides */
.main-section > div > div:nth-of-type(odd) > div:nth-of-type(1) {background: no-repeat 50% 100% / cover;}
.main-section > div > div:nth-of-type(odd) > div:nth-of-type(2) {padding: 20px;}
@media (min-width: 992px) {
  .main-section > div > div:nth-of-type(odd) > div:nth-of-type(2) {padding: 80px 40px;}
}
@media (min-width: 1440px) {
  .main-section > div > div:nth-of-type(odd) > div:nth-of-type(2) {padding: 160px 80px;}
}