
.catch-phrase {
    font-size: 1.3rem;
    font-weight: 900;
    width: 400px;
}
.home-spa-hero {
    padding: 2rem;
    height: 40vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: white;
}
.home-spa-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: whitesmoke;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 400px;
}
.home-spa-card a {
    background: #4263B0;
    border-radius: 10px;
    padding: 1rem;
    color: whitesmoke;
}
.enroll-msg {
    font-size: 2.5rem;
    font-weight: 900;
}
.home-spa-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 3rem 0 !important;
}

.spa-wrapper {
    width: 80%;
    margin: 0 auto;
}

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