.row {
    content: "";
    display: table;
    clear: both;
    width: 100%;
    padding: 50px;
    align-items: center;
  }
  
  .firstColumn {
    float: left;
    width: 50%;
    margin-top: 24px;
  }
  .secondColumn {
    display: flex;
  }
  .leftLogo {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  /* .carousel-indicators {
    margin-top: 40px;
    position: relative;
  } */
  .carousel-indicators li {
    background-color: #959594;
    width: 20px;
    height: 5px;
    margin: 0;
  }
  .carousel-indicators .active {
    background-color: #4E4F4E;
    width: 20px;
    height: 5px;
  }
  