.section-blocks {
    margin: 150px 0;
}

.section-blocks .container >.card {
    border-radius: 15px;
    padding: 30px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-blocks .container .card > h3 {
    font-size: 2rem;
}

.section-blocks .container.split {
    gap: 30px;
    margin-top: 30px;
}

/* Mobile */
@media screen and (max-width: 767px) {
.section-blocks .container .card > h3{
    font-size: 1.4rem;
}

.section-blocks {
    margin: 100px 0;
}
}