/*container of title*/
.hero-shape.card-color-dark-blue{
background-color : transparent;
}
/*container that put image at title*/
.cm-media.cm-media--background.hero__image{
display:block;
margin:auto;
}
.hero__image-container{
display:flex;
justify-alignment:center;
}
@media (min-width: 1024px){
.cm-media.cm-media--background.hero__image{
background-attachment:fixed;
background-position:25% 5%;
background-repeat:no-repeat;
background-size:calc(100%) auto;
}
}

.hero-text h1{
font-weight:500;
                text-shadow: 1px 0.1px 1px #959595,
               1px 0.2px 1px #959595,
               1px 0.3px 1px #959595,
               1px 0.4px 1px #959595,
               1px 0.5px 1px #959595,
               1px 0.6px 1px #959595,
               1px 0.7px 1px #959595,
               1px 0.8px 1px #959595,
               1px 0.9px 1px #959595;
}
