#hero-section {
    background-color: #8ac8ff34;
    background-image: url('https://res.cloudinary.com/djkyfcfl1/image/upload/v1631967731/manfex_assets/background_llr1ws.png');
    background-size: 38rem;
    -webkit-box-shadow: 10px 0 20px #8ac8ff34;
            box-shadow: 10px 0 20px #8ac8ff34;
}

#hero-text {
    font-size: 1.2rem;
}

#slogan {
    margin: 1rem 0 1rem 0;
}

#hero-image {
    border-radius: 0.5rem;
}

.service-container {
    cursor: pointer;
    background-color: white;
    border-radius: 0.5rem;
    margin: 0.5rem;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-box-shadow: 0 0 15px #7bb44981;
            box-shadow: 0 0 15px #7bb44981;
}

.service-container:hover {
    -webkit-box-shadow: 0 0 15px #64aaeb;
            box-shadow: 0 0 15px #64aaeb;
}

.service-container img {
    max-width: 8rem;
}

#see-services-container {
    width: 100%;
}