.hero {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    background-image: url(/assets/Home.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80svh;
    padding: 0;
    row-gap: 8rem;
}

.heroHeadingBlock {
    width: 50%;
    /* background-color: red; */
}

.small-heading {
    font-size: 5rem;
    text-align: center;
    padding: 0 2rem;
    margin-bottom: 0;
}

.main-heading {
    font-size: 4rem;
    font-weight: 400;
    margin-top: 0;
    text-align: center;
    padding: 0 3rem;
    text-shadow: 1px 1px #eee;
}

.heroImg {
    object-fit: contain;
}
