.callout-sec .left-sec h2:after,
.global-h {
    position: relative;
}

.text-center .global-h {
    margin: 80px 0 30px;
}

.text-center .global-h:after {
    margin-left: auto;
    margin-right: auto;
}

.global-h:after {
    content: "";
    background: url(title-border.svg) no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-size: 100%;
    width: 110px;
    height: 2px;
    margin-left: -0.75rem;
    padding-bottom: 2rem;
    display: block;
    background-position: bottom;
    margin-top: -1rem;
}

.blockPad {
    padding: 100px 0;
}

.global-h+p {
    margin-top: 30px;
}

.global-h~.global-h {
    margin-top: 80px;
}

.bulleted {
    margin: 40px 0 30px;
    padding: 0;
}

ul li {
    gap: 15px;
    padding: 0;
    margin: 0;
    display: flex;
    list-style-type: none;
    font-size: 1.125rem;
}

.bulleted li span {
    color: #C79900;
}

.linksBlock {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-theme {
    gap: 10px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transition: .15s ease-out;
    text-decoration: none !important;
    border: solid 1px #C79900;
    color: #000;
    font-family: "HelveticaNeueLT", Arial, Verdana, sans-serif;
    height: 50px;
}

.btn-theme span {
    color: #C79900;
    font-size: 24px;
}

.btn-theme:hover {
    background-color: #C79900;
    color: #fff;
}

.btn-theme:hover span {
    color: #fff;
}

.cc2 {
    column-count: 2;
}

.sector {
    background-color: #f9f5e5;
    padding: 10px 0 50px;
}

.sector blockquote {
    max-width: 1100px;
    margin: 0 auto;
}

.sector blockquote p {
    padding-inline: 50px;
    color: #7e6823;
    font-size: 18px;
}

.sector blockquote p span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding-top: 20px;
    color: #C79900;
}

.sector blockquote .sign {
    color: #C79900;
    font-size: 100px;
    line-height: 50%;
    position: relative;
    top: 15px;
    margin: 20px 0 0;
}
.text-left.unique
{
    padding: 80px 30px 30px;
    text-align: left !important;
}
.links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 40px;
}

.links.columnd {
    display: flex;
    column-count: 2;
    align-items: center;
}
.links.columnd .l-item 
{
    width: 32%;
    text-align: left;
}

.links a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    padding: 2px 5px 1px;
    display: inline-block;
    border-bottom: 1px solid #C79900;
    transition: .15s ease-out;
    color: #C79900;
}

.links a:hover {
    background-color: #fffcf2;
    color: #7e6823;
}

.padded {
    text-align: center;
}

.links a span {
    transition: .15s ease-out;
    transform: rotate(0deg);
    display: inline-block;
    font-size: 18px;
}

.links a:hover span {
    transform: rotate(50deg);
}

.blip {
    border-radius: 25px;
    background-color: #f9f5e5;
    padding: 30px 25px 30px;
    margin: 80px 0 100px;
}

.blip h2 {
    margin-top: 30px !important;
}

.blip p {
    max-width: 800px;
    margin: 10px auto 25px;
}

.links .redirect {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
}

.links .redirect span {
    font-size: 30px;
    font-weight: 400;
}

.links .redirect:hover {
    background-color: transparent;
}

.links .redirect:hover span {
    transform: rotate(0);
}

.iHero {
    background-color: #f9f5e5;
    padding: 5px 5vw 0;
    margin-bottom: 100px;
}

.blocks {
    display: flex;
    gap: 20px;
    transform: translateY(100px);
    margin-top: 100px;
    flex-wrap: wrap;
}

.blocks .global-h {
        position: absolute;
        z-index: 100;
        top: -80px;
        left: 50%;
        transform: translateX(-50%);
}

.blocks::after {
    content: "";
    position: absolute;
    background-color: #C79900;
    width: 90%;
    height: calc(100% + 150px);
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.blocks .block {
    flex-grow: 1;
    background-color: #000;
    padding: 45px 30px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.blocks .block h4.double {
    font-size: 4rem;
}

.blocks .block h4 {
    font-size: 2.58rem;
    letter-spacing: 1px;
    -webkit-text-stroke: 2px #c79900;
    color: transparent;
}

.blocks .block h5 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.blocks .block p {
    color: #fff;
    font-size: 18px;
    max-width: 250px;
    margin: 0 auto;
}

.brandings {
    margin: 0 auto 100px;
    width: 100%;
}

.brandings .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}

.brandings img {
    max-height: 150px;
    height: 140px;
    max-width: 100%;
    width: auto !important;
    display: block;
    margin: 0 auto;
    height: auto;
}

@media (max-width:991px) {
    .container.smx-0 {
        padding: 0;
    }   
    .links.columnd
    {
        justify-content: start;
    } 
    .links.columnd .l-item 
    {
        max-width: 49%;
        width: 49%;
    }

    .brandings img {
        max-height: 120px;
        height: 120px;
        max-width: 100%;
        width: auto !important;
        display: block;
        margin: 0 auto;
        height: auto;
    }
}

@media (max-width:767px) 
{
    .links.columnd
    {
        justify-content: center;
    }
    .links.columnd .l-item 
    {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

}