.experience-layouts-text-gift_guide_title {
    margin-bottom: 0 !important;
}

.gift-guide-title {
    margin-bottom: var(--margin_bottom_desktop);
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1470px) {
    .gift-guide-title {
        padding-left: 3%;
        padding-right: 3%;
    }
}

.gift-guide-title-less-wide {
    max-width: 1340px;
}

.gift-guide-title-text-container {
    text-align: center;
    line-height: 1;
    font-family: var(--font_family);
    font-weight: var(--font_weight);
    color: var(--text_color);
    font-size: 51px;
}

.gift-guide-title-line {
    height: 12px;
    border-bottom: 1px solid var(--line_color);
}

@media screen and (max-width: 600px) {
    .gift-guide-title {
        margin-bottom: var(--margin_bottom_mobile);
    }

    .gift-guide-title-text-container {
        font-size: 32px;
    }

    .gift-guide-title-line {
        height: 8px;
    }
}
