.top-banner__section {
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .top-banner__section > * {
    position: relative;
    z-index: 10;
  }
  

  .top-banner__section h1 {
    margin-bottom: 20px;
    font-size: 41px;
  }
  
  .top-banner__section p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .breadcrumbs-aboutpage a {
    color: #fff;
  }


  @media only screen and (max-width: 767px) {
    .top-banner__section h1 {
        font-size: 32px;
    }


    .top-banner__section p {
        font-size: 14px;
      }

  }

  .top-banner__centered {
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  .breadcrumbs-aboutpage {
    margin: 40px 10px 10px 20px;
  }
  .breadcrumbs-aboutpage ul {
    text-transform: uppercase;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
  }


  .breadcrumbs-aboutpage a:hover {
    color: #0157BF;
  }


  .breadcrumbs-aboutpage li {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
  }
  .breadcrumbs-aboutpage li:not(:last-of-type):after {
    content: "";
    width: 16px;
    height: 2px;
    margin: 0 7px;
    background-color: #fff;
      
  }
