/* enlarge nav font */
@media (min-width: 1200px) {
  main > .top-image > div > div > .fusionNavigation > h6 {font-size: 20px;line-height: 44px;}
  main > .top-image > div > div > .fusionNavigation > ul.fusionMainNav > li > a {font-size: 18px;}
}

/* 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: 40px 20px;}
}
@media (min-width: 1440px) {
  .main-section > div > div:nth-of-type(odd) > div:nth-of-type(2) {padding: 80px 40px;}
}

/* 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;}
}