.services-10 h1{
    font-size: var(--font-size-30);
    margin:40px 0;
    font-weight: bold;
}
.services-10 .card{
    margin-top:8px;
    margin-bottom: 8px;
    background-color: var(--main-purple);
    border: none;
}
.services-10 .card a{
    text-decoration: none;
    color: var(--main-white);
}