.gn-section-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    color: var(--color-main);
    text-align: center;
}

.gn-section-title__text {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 66px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.gn-section-title__heart {
    width: 78px;
    height: 30px;
    object-fit: contain;
}

@media (max-width: 767px) {
    .gn-section-title {
        gap: 12px;
    }

    .gn-section-title__text {
        font-size: 36px;
    }

    .gn-section-title__heart {
        width: 52px;
        height: 20px;
        content: url("../../images/common/heart-sp.png");
    }
}
