.maxwidth-container {
    position: relative;
    display: block;
    max-width: 1450px;
    margin-right: auto;
    margin-left: auto;
  }

.center {
    text-align: center;
  }

.button--arrow-blue {
    min-height: 40px;
    margin-top: 20px;
    padding: 12px 46px 10px 0px;
    border-bottom: 2px solid #01366a;
    background-color: transparent;
    background-image: url('../images/arrow_right_blue.png');
    background-position: 99% 50%;
    background-size: 25px;
    background-repeat: no-repeat;
    color: #01366a;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  
.button--arrow-blue:hover {
    border-bottom-color: #d2041b;
    background-image: url('../images/arrow_right_red.png');
    color: #d2041b;
  }

  .section-tr {
    padding: 100px 40px;
  }

  .section-tr.section--facts {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 54, 106, 0.91)), to(rgba(1, 54, 106, 0.91))), url('../images/csm_Classic169S_75c995ab5f.jpg');
    background-image: linear-gradient(180deg, rgba(1, 54, 106, 0.91), rgba(1, 54, 106, 0.91)), url('../images/csm_Classic169S_75c995ab5f.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  @media screen and (max-width: 991px) {
  
    .section-tr {
      padding-right: 4vw;
      padding-left: 4vw;
    }

  .facts-number {
    font-size: 8vw;
  }
}

.facts-flexbox {
    -webkit-box-flex: 0;
    -webkit-flex: 0 33.33%;
    -ms-flex: 0 33.33%;
    flex: 0 33.33%;
  }
  
  .facts-flexbox._50 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    border-top-style: none;
  }
  
  .facts-flexbox.last {
    border-right-style: none;
  }
  
  .facts-flexcontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 20px -30px 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .facts-main-headline {
    color: #fff;
    font-size: 2.2em;
    font-weight: 700;
    text-align: center;
  }
  
  .facts-headline {
    margin-bottom: 60px;
    padding-top: 0px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    text-align: center;
    text-transform: none;
  }
  
  .flexbox-padding {
    height: 100%;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }
  
  .facts-number {
    margin-bottom: 20px;
    color: #fff;
    font-size: 5.1em;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
  }

  .facts__icon {
    width: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
  }

  @media screen and (max-width: 767px) {
    .flexcontainer__flexbox-50 {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
    }
  
    .facts-flexbox {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      border-top-style: none;
      border-right-style: none;
    }
  
    .facts-flexbox._50 {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      border-top-style: none;
      border-right-style: none;
    }
  
    .facts-flexcontainer {
      margin-right: -20px;
      margin-left: -20px;
    }
  
    .flexbox-padding {
      padding-right: 20px;
      padding-left: 20px;
    }
  }