.homepage-image {
    height: 25em;
    width: 100%;
    position: relative;
}

/* Index page styles */

.home-box {
    max-height: fit-content;
    margin-bottom: 15px;
    margin-top: 15px;
}

.service-header {
    margin-top: 25px;
}

.service-image {
    height: 100%;
    width: 100%;
    position: sticky;
}

@media screen and (max-width: 768px) {
    .homepage-image {
        width: 100%;
    }
}