body{ font-family: Noto-Sans,Noto Sans,sans-serif; color: #4a4a4a; text-decoration: none; min-height: 100%; } .header { display: flex; align-items: center; justify-content: space-between; margin: 20px; width: auto; } .sub-heading{ overflow: hidden; position: relative; } .symantec-broadcom-logo{ background: url(../images/symantec-broadcom-logo.png) no-repeat; width: 155px; height: 49px; cursor: default; } .content { position: relative; overflow-y: hidden; overflow-x: hidden; height: 100vh; } .hero-container{ background: transparent url(../images/banner.png) no-repeat right top; width: 100%; height: 200px; background-repeat: repeat-x; background-size: cover; top: 0; right: 0; left: 0; position: absolute; z-index: 0; } .intro{ margin-left: 40%; } .introTitle{ width: 100%; color: #fff; font-size: 35px; font-weight: 600; line-height: 40px; } .introDescription{ color: #f7c428; font-size: 22px; font-weight: 300; line-height: 30px; } .content-container { margin: 250px auto 100px 40%; float: none; } a { color: #005c8a; text-decoration: none; font-weight: 400; }