
body.site-5 .shula-hero-title {
    text-align: center;
}
body.site-5 .shula-hero-title h2{

    display: inline-block;
    margin: 0 auto;
    background: #cc202d;
    color: #fff;
    padding: 10px 30px;
    background: url( '../../../assets/styles/images/shula-burger-banner.svg') no-repeat center;
    background-size: contain;
}

body.site-5 .shula-block__ctas > .row {
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
         justify-content: center;
}

body.site-5 .shula-block__ctas > .row > div {
    margin: 30px;
    margin-bottom: 10px;
}

body.site-5 .shula-block__ctas > .row > div .btn {
    font-size: 18px;
    letter-spacing: 2.5px;
    text-align: center;
    line-height: 21px;
}

@media (min-width: 767px ){
    body.site-5 .shula-hero-title h2{
        font-size: 79.94px;
        color: #FFFFFF;
        letter-spacing: 1.82px;
        text-align: center;
    }
}




body.site-3 .shula-hero--05 .shula-hero-content-float {
    max-width: 50%;
    transform: translateY(-50%);
    margin-right: 15%;
}

body.site-3 .shula-hero--05 .shula-hero-content-float,
body.site-3 .shula-hero--05 .shula-hero-content-float .animate-on-scroll { 
    background-color: #CC202D;
}
body.site-3 .shula-hero--05 .shula-hero-content-float { 
    color: #fff;
}
body.site-3 .shula-hero--05 .shula-hero-title h3 { 
    color: #fff;
}
body.site-3 .shula-hero--05 .shula-block__cta .btn { 
    border: 1px solid #fff;
}

@media ( max-width: 767px ) {
    body.site-3 .shula-hero--05 .shula-hero-content-float {
        max-width: 100%;
        transform: translateY(-10%);
        margin-right: 5%;
        margin-left: 5%;
    }
}