.hero-section__tiered {
    margin-top:15px;
}

.hero-section__tiered--section {
    width:100%;
    background-color:#E5EBF3;
    padding:10px;
    border-radius:8px;
    gap:3px;
}

.hero-section__tiered--section-title {
    font-size:26px;
    font-family: WhitneyCondensed-Semibold,sans-serif;
    letter-spacing:0;
    padding:0;
    margin:0;
    color:#036;
}



.hero-section__tiered--section-text{
    font-size:26px;
        font-family: Bentonsans, sans-serif;
    font-style:normal;
    font-weight:400;
    line-height:30px;
    font-size:16px;
    line-height:22px;
    margin-top:3px;
    margin-bottom:0px;
}
.hero-section__tierd-seperater{
    width: 100%;
    padding-block:14px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    &::after{
        position: absolute;
        content: '';
        top: 0px;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #C8C9C7;
        z-index: 0;
        margin-block: auto;
    }
}
.hero-section__tierd-seperater svg{
position: relative;
  z-index: 1;
  width: 36px;
  background: #fff;
} 
.hero-section__text{
    max-width: 588px;
}
.hero-section__tiered-endDate{
    margin:10px 0;
}

.hero-section__tiered p.hero-section__text.hero-section__text--box {
    font-size: 16px;
    margin:0;
}
.card-columns__item-lto-box .card-columns__item-text +  .card-columns__item-text:not(.card-columns__item-text--i){
 margin-top: -5px;
}
@media (max-width:768px){
    .hero-section__tiered--section-title 
    {
        font-size:21px;
    }
    .hero-section__tierd-seperater{
        padding-block: 11px;
    }
    .hero-section__box-title br {
        display: none;
    }
    .hero-section__tiered--section-text
    {
        font-size:15px;
        line-height:21px;
    }
}

/* MTC Finals (Figma Delta 2026 Finals — MTC frame) */
.mtc-section__head {
    background-color: #0b253f;
    border-top: 1px solid #0b253f;
    border-bottom: 1px solid #0b253f;
    padding: 20px 0;
    text-align: center;
}
.mtc-section__head .delta-section__sleeve {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.mtc-section__head-title {
    font-family: "PP DeltaSerif-Beta", Georgia, "Times New Roman", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.02em;
}
@media (max-width: 767px) {
    .mtc-section__head-title {
        font-size: 24px;
        padding: 0 16px;
    }
}

.card-columns__highlights-title {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}
.card-columns__highlights-rule {
    flex: 1 1 0;
    min-width: 8px;
    height: 0;
    border-top: 1px solid #c8c9c7;
    align-self: center;
}
.card-columns__highlights-label {
    font-family: WhitneyCondensed-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #036;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    white-space: nowrap;
    flex-shrink: 0;
}

#business-find-card-section.mtc-section__test .card-columns__item-lto-ribbon,
#business-find-card-section.mtc-section__test .card-columns__item-subheading {
    display: none;
}