.fancy-heading .heading-container {
    gap: 20px;
}
.fancy-heading .heading-container .fancy-heading-item {
    flex: 1;
    position: relative;
    font-size: 6rem;
    line-height: 1.3;
    font-family: var(--bs-font-monospace);
    margin-top: 15px;
    margin-bottom: 15px;
}
.fancy-heading:not(.line-removed) .heading-container .fancy-heading-item,
.fancy-heading:not(.line-removed) .subtitle {
    padding-left: 100px;
}
.fancy-heading .heading-container.text-center .fancy-heading-item {
    padding-left: 0;
    padding-bottom: 25px;
    margin-bottom: 40px;
}
.fancy-heading:not(.line-removed) .heading-container .fancy-heading-item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 13px;
    height: 1px;
    background: var(--bs-pink2);
    width: 75px;
}
.fancy-heading .heading-container .fancy-heading-item.h3 {
    font-size: 4.5rem;
}
.fancy-heading .heading-container .fancy-heading-item a {
    text-decoration: none;
    color: inherit;
}
.fancy-heading .heading-container .fancy-heading-item a:hover {
    color: var(--bs-pink2);
}
.fancy-heading .heading-container.text-center .fancy-heading-item:before {
    bottom: 0px;
    background: var(--bs-pink2);
    width: 140px;
    display: table;
    left: 50%;
    margin-left: -70px;
}
.fancy-heading .heading-container.text-center .fancy-heading-item span {
    color: var(--bs-brown);
}

.fancy-heading .subtitle.fs-default {
    font-size: 6rem;
}

.fancy-heading .heading-container .fancy-heading-item.fs-55,
.fancy-heading .subtitle.fs-55 {
    font-size: 5.5rem;
}
.fancy-heading .heading-container .fancy-heading-item.fs-60,
.fancy-heading .subtitle.fs-60 {
    font-size: 6rem;
}
.fancy-heading .heading-container .fancy-heading-item.fs-45,
.fancy-heading .subtitle.fs-45 {
    font-size: 3.9rem;
}
.fancy-heading .heading-container .fancy-heading-item.fs-4,
.fancy-heading .subtitle.fs-4 {
    font-size: 4rem;
}
.fancy-heading.pb-3.line-removed.has-subtitle .heading-container .fancy-heading-item {
    margin-bottom: 0;
}
.fancy-heading.pb-3.line-removed.has-subtitle {
    margin-bottom: 35px;
}
.fancy-heading:not(.line-removed) .subtitle.text-center {
    padding-left: 0;
}
.fancy-heading.pb-3.has-subtitle {
    margin-bottom: 15px;
}
.fancy-heading.pb-3.line-removed.has-subtitle .heading-container .fancy-heading-item.has-custom-tag {
    padding-bottom: 5px;
}

.subtitle.has-custom-tag.subtitleMonospace {
    font-family: 'Tangerine';
    text-transform: none !important;
}

.fancy-heading-item.line-position-bottom {
    padding-left: 0 !important;
    padding-bottom: 43px;
}

.fancy-heading.line-removed .heading-container .fancy-heading-item {
    margin: 0;
    padding: 0;
}
.fancy-heading .heading-container.text-center p.fancy-heading-item {
  color: #686868!important;
}

@media(max-width: 767px){
    .fancy-heading:not(.line-removed) .heading-container .fancy-heading-item,
    .fancy-heading:not(.line-removed) .subtitle {
        padding-left: 0 !important;
    }
    .fancy-heading .heading-container .fancy-heading-item {
        font-size: 5rem;
        line-height: 1.1;
    }
    .fancy-heading:not(.line-removed) .heading-container .fancy-heading-item,
    .fancy-heading:not(.line-removed) .subtitle {
        padding-left: 0;
        text-align: center;
    }
    .fancy-heading:not(.line-removed) .heading-container .fancy-heading-item:before {
        display: none;
    }
    .fancy-heading .heading-container.text-center .fancy-heading-item {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
}
