.banner-bottom {
    margin-top: 84px;
    border-bottom: 5px solid #0075ad;
   
}
.banner-h1 {
    width: calc(100% - (100%/7));
    top: calc((100% - 30px)/2);
    left: calc((100%)/8);
    color: white;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.8);
    font-weight: 600;
	font-size:40px;
    
}
.banner-p {
    width: calc(100% - (100%/7));
    top: calc((100% + 70px)/2);
    left: calc((100%)/8);
    color: white;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.8);
    font-weight: 450;
    font-size: 10px;
	margin-left: 3px;
    
}
