.bannerWidget--134 {
    background-image: url(); 
	background-attachment: scroll; 
	background-position: 50% 100%; 
	background-repeat: no-repeat; 
    background-size: cover;
    position: relative;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

@media (max-width : 480px) {
    /* safari mobile does not support fixed */
    .bannerWidget--134 {
        background-attachment: initial;
    }
}

.bannerWidget--134::after {
    background-color: hsla(0, 88%, 44%, 0);
    z-index: 1;
}

.bannerWidget--134 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 39px;
    padding-bottom: 40px;
    height: auto;
        max-width: 1600px;
    
    }

.bannerWidget--134 .bannerWidget__heading {
    letter-spacing: normal; 
    color: #606276; 
    max-width: 608px; 
    line-height: 1; 
    font-size: 25px;
    text-transform: none;
}

.bannerWidget--134 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #435574; 
    max-width: 608px; 
    line-height: 1; 
    font-size: 17px;
    text-transform: none;
}.dividerWidget--138 hr {
    height: 16px; 
    background-color: #5d2020;
}.photoGridWidget--133 {
    padding-top:64px; 
    padding-bottom: 64px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.photoGridWidget--133 a {
    color: var(--link_color);
}