.heroegg-section {
    position: relative;
    background-image: url(Images/hero22.jpg);
    width: 100vw;
    max-width: 100vw;
    min-height: 85vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    margin: 0;
    overflow: hidden;

}

@media (min-width: 800px) {
    .card-container {
        grid-template-columns: repeat(3, 1fr);
    }
}