@media screen and (min-width: 1200px) {
  .container {
    max-width: 1210px;
  }
}
@media screen and (max-width: 1440px) {
  .section-link {
    left: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .footer-content-inner {
    display: block;
  }
  .footer-menu {
    margin-top: 25px;
  }
  .alternate-section-outer
    .alternate-section-item:not(:first-child)
    .section-arrow
    svg {
    width: 490px;
  }
  .jumbotron {
    background-image: url("https://www.aon.com/getmedia/43e7c539-16d8-49a6-a0d8-c87186dfd2cd/flip-banner.png");
    background-repeat: no-repeat;
    background-position: 88% 0%; 
  }
}
@media screen and (max-width: 992px) {
  .dir-arrow,
  .section-arrow,
  .section-link {
    display: none;
  }
  .alternate-section-content {
    max-width: 100%;
    text-align: center;
    padding: 0 15px;
  }
  .alternate-section-img-inner img {
    margin: auto;
  }
  .alternate-section-inner {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    border-bottom: 4px solid #2291ae;
    padding: 15px 15px 40px;
  }
  .alternate-section-inner:before {
    counter-increment: alternate_section_main_number;
    content: "0" counter(alternate_section_main_number) ".";
    font-family: Prelo-Slab-Bold;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0.1em;
    position: absolute;
    text-shadow: 0 0 1px #2291ae;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
    -webkit-text-stroke: 1px #2291ae;
    -moz-text-stroke: 1px #2291ae;
  }
  .alternate-section-content:before {
    counter-increment: alternate_section_item_number;
    content: "Risk #" counter(alternate_section_item_number);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: #4d4f53;
    opacity: 0.4;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    text-shadow: none;
    -webkit-text-stroke: unset;
    -moz-text-stroke: unset;
  }
  .alternate-section-content h2 {
    color: #2291ae;
    font-size: 30px;
    line-height: 60px;
  }
  .alternate-section-img-inner {
    padding: 20px;
    margin: 22px auto;
  }
  .alternate-section-item {
    padding: 0;
  }
  .alternate-section-main {
    padding: 40px 0;
  }
  .alternate-section-outer {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .alternate-section-img-inner {
    padding: 20px;
  }
  h1 {
    font-size: 35px;
    line-height: 44px;
  }
  h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .jumbotron-content h1 span {
    font-size: 60px;
    line-height: 75px;
  }
  .jumbotron-content h3 span {
    font-size: 18px;
    line-height: 24px;
  }
  .report-header h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .report-section-wrap {
    padding: 70px 0;
  }
  .alternate-section-content h2 {
    font-size: 16px;
    line-height: 50px;
  }
  p {
    font-size: 15px;
    line-height: 24px;
  }
  .jumbotron {
    background-size: auto;
  }
  .thankyou-line {
    display: none;
  }
  .thankyou-inner-parts {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
  }
  .thankyou-link {
    display: inline-block;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    padding: 15px 30px;
  }
  .thankyou-inner {
    padding: 40px 0 0;
  }
}
