.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;
    }
}