#primary{margin-top: 0;}

.leftSingle{
    margin-top: 3rem;;
}
.leftSingle h1 {
    font-size: 4.5rem;
    text-transform: uppercase;
    font-weight: 300;
}
.cta-contain{
    text-align: center;
    position: relative;
    padding: 2rem 0;
    max-width: 544px;
}

#heroCTAs.mt-5 {
    margin: 6rem auto 5rem !important;
}
.cta-contain h2{
    text-transform: uppercase;
}
.cta-contain::before {
    content: "";
    position: absolute;
    border-top: 1px solid var(--PumpkinSpice);
    border-left: 1px solid var(--PumpkinSpice);
    width: 8rem;
    left: 0;
    height: 2rem;
    top:-16px;
}
.cta-contain::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid var(--PumpkinSpice);
    border-right: 1px solid var(--PumpkinSpice);
    width: 8rem;
    right: 0;
    height: 2rem;
}
#general-hero-blog {
    margin-bottom: 1rem;
}
.postmeta {
    margin-bottom: 1rem;
    position: relative;
}
.postmeta::before {
    position: absolute;
    content: "";
    border-bottom: 1px solid var(--StoneGrey);
    width: 323px;
    bottom: -2px;
    border-right: 1px solid var(--StoneGrey);
    height: 22px;
}
.svg-wrapper {
    max-width: 100px;
    position: absolute;
    right: -.4rem;
    bottom: -.5rem;
}

  @media (max-width: 1199.98px) { 
    .main-single {
        padding-left: 0%;
        padding:5%;
    }
 }