.box-section-start-title {

    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.box-section-start-title h3 {
    font-size: 30px;
    font-weight: 700;
    color: var(--rico-color-6);
}

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


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

    .box-section-start-title {
        gap: 10px;
    }
    .box-section-start-title svg {
        width: 30px;
        height: 30px;
    }

    .box-section-start-title h3 {
        font-size: 24px;
    }

}