footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.spotlightImage{
    width: 20%;
    aspect-ratio: 1/1;
}

.spotlightContainer{
    display: flex;
    justify-content: space-around;
    width: 50%;
}

.pageServiceContainer{
    display: flex;
    margin-top: 2rem;
}

.descriptionContainer{
    width: 50%;
    padding-left: 3rem;
}

h2 a{
    text-decoration: none;
    color: #5D455F;
}