.banner { width: 100%; margin: 0 auto; } .title { height: 300px; width: 100%; display: table; vertical-align: middle; text-align: center; } .title .headline { padding-top: 105px; } .headline, .subhead { margin-top: 35px; } .subhead h3 { border-right: 2px solid #000; padding: 0 23px; } .subhead { display: inline-block; } .subhead a { float: left; color: #000; } .subhead a:last-child h3{ border-right:0; } .subhead a:hover { color: red; } .line-dashed{ border-bottom:1px dashed #000; margin-bottom:100px; } .input { width: 80%; margin: 0 auto; font-size: 18px; margin-bottom: 50px; border-bottom:1px solid #CCCCCC; padding-bottom: 50px; } .input-name { margin-bottom: 20px; display: flex; justify-content:space-between; } .input-name h4 { color: red; } .input-submit { width: 200px; height: 30px; margin-top: 100px; display: block; margin: 0 auto; } .information { width: 80%; margin: 0 auto 100px; } .information-contact { width: 50%; } .information-contact-text { margin-bottom: 10px; display:flex; align-items: center; } .information-contact-text img { width: 5%; height: 5%; margin-right: 20px; display: flex; justify-content: flex-start; } .information-map { width: 50%; }