.navigateTo {
    margin-top: 50px;
  }
  .navigateTo li {
    font-family: Archive;
    font-size: 12px;
    color: #1e1e1e;
    margin-right: 10px;
    display: table-cell;
    vertical-align: middle;
  }
  .navigateTo hr {
    border-color: #1e1e1e;
  }
  .aboutSection {
  }

  .aboutSection h1 {
    color: white; 
    font-family: Gilroy-ExtraBold; 
    font-size: 32px; 
    text-transform: uppercase;
    margin: 0px;
  }
  .aboutSection h2 {
    color: white; 
    font-family: Gilroy; 
    font-size: 18px; 
    margin: 10px 0px;
    max-width: 1080px;
  }

  .aboutSection h3 {
    font-weight: 100;
    max-width: 700px;
    font-size: 20px;
    color: #4d4d4d;
  }
  .aboutSection ul {
    margin-left: 40px;
    list-style: square;
  }
  .managementSection ul,
  .pointerBlock {
    list-style: none;
  }
  .aboutSection li {
    font-family: GothamRounded-Medium;
    font-size: 24px;
    color: #1e1e1e;
  }
  .pointerLogo {
    position: relative;
    float: right;
    max-width: 120px;
    width: 120px;
    height: 120px;
    right: 0;
    margin-top: -60px;
    background-color: #ff003c;
    border-radius: 250px;
    z-index: 500;
    text-align: center;
    display: none;
  }
  .pointerLogo img {
    margin-top: 30px;
  }
  .pointersSection {
    background-color: #f6f6f6;
    padding-bottom: 40px;
    height: 100%;
    overflow: visible;
  }
  .pointerBlock {
    overflow-x: hidden;
  }
  .aboutPointer {
    width: 49%;
    padding-left: 20px;
    display: inline-block;
    text-align: center;
    margin: 0px;
    padding: 0px;
  }
  .aboutPointer h1 {
    color: #ff003c;
    font-family: Archive;
    font-size: 42px;
    margin: 40px 0px 0px 0px;
    padding: 0;
  }
  .aboutPointer h2,
  .managementBlock h3,
  .managementIndicator {
    font-family: GothamRounded-Medium;
  }
  .aboutPointer h2 {
    color: #1e1e1e;
    margin: 0;
    padding: 0;
    font-size: 16px;
  }
  .aboutPointer h3 {
    font-size: 20px;
    font-weight: 100;
    margin: 0;
    padding: 0;
    color: #4d4d4d;
  }
  .locationBlock {
    padding: 10px 0;
    max-width: 750px;
  }
  .locationBlock h2 {
    font-size: 32px;
    margin-bottom: 0;
  }
  .locationBlock h3 {
    margin-top: 10px;
    font-weight: 100;
    max-width: 600px;
    font-size: 20px;
    color: #1e1e1e;
  }
  .revenueChart {
    width: 95%;
    max-width: 650px;
    height: 250px;
  }
  .historySection {
    width: 100%;
    background-color: #f6f6f6;
    height: 400px;
  }
  .managementIndicator {
    margin-top: 60px;
    margin-bottom: 30px;
    width: 230px;
    padding: 10px 44px;
    font-size: 24px;
    font-weight: 100;
    color: #fff;
    border-radius: 40px;
    background-color: #ff003c;
  }
  .managementBlock {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 30px;
  }
  .managementBlock h2 {
    font-size: 24px;
    margin: 10px 0 0;
  }
  .managementBlock h3,
  .managementBlock p {
    margin: 0;
    font-weight: 100;
    color: #a6a6a6;
  }
  .managementBlock h3 {
    font-size: 20px;
  }
  .managementBlock p {
    font-size: 18px;
  }
  .managementBlock img {
    object-fit: cover;
    height: 200px;
    overflow: hidden;
    border-radius: 200px;
  }
  @media only screen and (min-width: 920px) {
    .revenueChart {
      width: 45%;
      max-width: 650px;
      margin-top: 25px;
      margin-right: 50px;
      float: right;
    }
    .managementBlock {
      width: 25%;
    }
    .aboutPointer {
      width: 24%;
    }
    .aboutPointer h1 {
      font-size: 64px;
    }
    .aboutPointer h2 {
      font-size: 18px;
    }
  }
  