.savvyEntrepreneursContent{display: block;}
.banner-container{position: relative;}
.banner-container .banner-text{display: block;position: absolute;text-align: left;width: 100%; width: min(700px, calc(100% - 50px));top: 50%; left: 50%; transform: translate(-50%, -50%); padding-right: calc(100% - 70%); width: min(1200px, calc(100% - 50px));}
.banner-container .banner-text h1{color:var(--white-color);font-size: 3em;line-height: 55px;font-weight: bolder;
    margin-bottom: 10px;}
.banner-container .banner-img{filter: brightness(0.5);}
.banner-container .banner-text p{color:var(--white-color);font-weight: 400;font-size: 1.6em;line-height: 36px;}

@media only screen and (min-width: 0px) and (max-width: 1280px) {
    .banner-container .banner-text{ padding-right:0px;}
    .banner-container .banner-text h1 {font-size:2em;line-height: normal;}
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
    .banner-container .banner-text h1 {font-size: 1.9em; line-height: normal;}
    .banner-container .banner-text p {font-size: 1em;}
}