.hero-stocks {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: url("https://cdn.propelholdings.com/web/v3/stocks-hero.webp");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    color: var(--hero-text);
}

.hero-content h1{
    font-weight:normal !important;
}
th {
  background-color: #d9d9d9 !important;
}