.services {
    display: grid;
    gap: 20px;
    padding: 20px;
    justify-content: center;
    margin-top: 100px;
}

.services h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: bold;
}

.service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-card-paragraph1 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.service-card-paragraph2,
.service-card-paragraph3,
.service-card-paragraph4,
.service-card-paragraph5 {
    font-size: 1rem;
    margin-bottom: 10px;
    text-align: center;
}

.btn-card-link {
    display: flex;
    justify-content: center;
}