

.section-title-1 h2 {
    font-size: 33px;
    color: var(--rico-color-7);
    margin-bottom: 5px;
}

.section-title-1 p {
    font-size: 16px;
    color: var(--rico-color-2);
    margin: 0;
    font-weight: 400;
}

.section-title-1 a {
    padding: 12px 24px;
    background: var(--rico-color-1);
    border-radius: 10px;
    color: white;
    font-weight: 300;
    line-height: 20px;
    margin-top: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}




/* ============== Responsive =============== */


@media screen and (max-width: 1024px) {

    .section-title-1 p {
        font-size: 14px;
    }

    .section-title-1 h2 {
        font-size: 22px;
    }
}