.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .image-section {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    text-align: center;
    margin-bottom: 50px;
  }

  .image-section img {
    max-width: 200px;
    display: block;
    margin: 0 auto 15px;
  }

  .image-section strong {
    display: block;
    margin-bottom: 5px;
    color: #12324a;
    font-size: 16px;
  }

  .image-comparison {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }

  .image-cell {
    width: 48%;
    text-align: center;
  }

  .image-cell img {
    max-width: 100%;
    height: auto;
  }

  .image-caption {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
  }

  .image-position {
    display: block;
    color: #666;
    font-size: 13px;
    margin-top: 5px;
  }

  .section-button {
    background-color: #f0f0f5;
    border: none;
    padding: 15px 40px;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    width: calc(100% - 80px);
    color: #2b5592;
    border-radius: 25px;
    margin: 10px 40px;
    display: block;
    outline: none;
  }

  .investors h1 {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .investor-item {
    background: #f2f2f2;
    padding: 8px 20px;
    margin: 10px 0;
    border-radius: 30px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    clear: both;
    font-size: 30px;
    color: #244052;
  }