#centered-content {
  padding: 8rem 5rem 8rem 5rem;
  position: relative; }
  @media (max-width: 1150px) {
    #centered-content {
      padding: 5rem 3rem 5rem 3rem; } }
  @media (max-width: 767px) {
    #centered-content {
      padding: 5rem 2rem 5rem 2rem; } }
  #centered-content.background-image-false {
    background-color: var(--primaryColor); }
    #centered-content.background-image-false picture {
      display: none; }
  #centered-content picture {
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
    #centered-content picture img {
      display: block;
      object-fit: cover;
      width: 100%;
      height: 100%;
      z-index: -1; }
    #centered-content picture .overlay {
      background-color: var(--primaryColorTrans);
      position: relative;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 1; }
  #centered-content .inner {
    max-width: 1250px;
    margin: 0 auto 0 auto; }
    #centered-content .inner .title {
      font-family: var(--font2);
      font-size: 6rem;
      line-height: 1.5;
      color: #fff;
      text-align: center;
      margin-bottom: 3rem; }
      @media (max-width: 1150px) {
        #centered-content .inner .title {
          font-size: 5rem; } }
      @media (max-width: 767px) {
        #centered-content .inner .title {
          font-size: 3.5rem; } }
    #centered-content .inner .content {
      text-align: center; }
      @media (max-width: 767px) {
        #centered-content .inner .content {
          text-align: left; } }
      #centered-content .inner .content *:not(a) {
        color: #fff; }
      #centered-content .inner .content ul,
      #centered-content .inner .content ol {
        display: flex;
        flex-direction: column;
        align-items: center; }
        @media (max-width: 767px) {
          #centered-content .inner .content ul,
          #centered-content .inner .content ol {
            display: block; } }
    #centered-content .inner .button {
      margin: 6rem auto 0 auto; }
