#background_image {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../imgs/index/emotional_header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 94vh;
    background-position-y: top;
    background-position-x: center;
    z-index: -1;
}

.bullet-point-card {
    width: 25rem;
    height: 14rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
}

.bullet-point-card div img {
    width: 1.875rem;
    height: 1.875rem;
}

#step1-card {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../imgs/index/step_background_1.jpg');
}

#step2-card {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../imgs/index/step_background_2.jpg');
}

#step3-card {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../imgs/index/step_background_3.jpg');
}