.hero-image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height:300px;
    background-image: url('/assets/US/default/images/dsm/t3-hero-SaS-Developer-Program.png');
    background-color: #F6C115;
}
.hero-text{
    padding: 20px;
    position: absolute;
    top: 50%; left: 30%;
    width: 45% ;
    transform: translate(-50%, -50%);color: white;
    /* background: #FFFFFFBF 0% 0% no-repeat padding-box */
}
.below-hero-text{
    margin-top: 0px;
    color: white;
    background-color: #2C043F;
    padding-bottom: 10px;
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
}
.hero-text-line{
    padding-bottom: 10px;
}
.dsm-landing-page-bottom-note{
    background-color: #333333;
    color: white !important;
    margin-top: 2rem !important;
    padding: 1rem 0;
}
.dsm-landing-page-bottom-link{
    color: white !important;
    font-weight: bold;
}
.label{
    text-transform: none !important;
}
