.services {
    margin-top: 100px;

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* height: 40vh; */
}

.services p {
    max-width: 700px;
    text-align: center;
}

.gradient {
    font-size: 3em;
}

.card-body .card-text {
    font-weight: normal;
    color: rgb(82, 82, 82);
}

.card-link {
    background-color: var(--maincolor) !important;
    color: white;
    padding: 5px;
    border-radius: 0.5em;
    text-decoration: none !important;
}

.card-link:hover {
    color: white;


}

@media screen and (max-width:480px) {
    .gradient {
        font-size: 2em;
    }
}