.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 #000000; margin-bottom:100px; } .line-solid { border-bottom:1px solid #e7e7e7; margin-bottom:100px; } .content { width: 80%; margin: 0 auto; margin-bottom:100px; } .content-up { width: 100%; display: flex; flex-direction:row; border-bottom:1px dashed #000; margin-bottom: 50px; } .content-up-text { width: 50%; margin: 0 50px 50px 0; display: flex; flex-direction:column; flex: 1; align-items: flex-start; } .content-up-text h2 { text-align: center; margin-bottom: 20px; } .content-up-text p { width: 100%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; font-size: 1.25rem; line-height: 36px; } .content-up-text a { background-color: #666; border-radius: 15px; padding: 6px 24px; color: white; margin: 20px 0; } .content-up-text a:hover { background-color: red; } .content-up-img { width: 50%; margin: 0 0 50px 50px; } .content-down { width: 100%; display: flex; flex-direction:row; border-bottom:1px dashed #000; margin-bottom: 50px; } .content-down-text { width: 50%; margin: 0 0 50px 50px; display: flex; flex-direction:column; flex: 1; align-items: flex-start; } .content-down-text h2 { text-align: center; margin-bottom: 20px; } .content-down-text p { width: 100%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; font-size: 1.25rem; line-height: 36px; } .content-down-text a { background-color: #666; border-radius: 15px; padding: 6px 24px; color: white; margin: 20px 0; } .content-down-text a:hover { background-color: red; } .content-down-img { width: 50%; margin: 0 50px 50px 0; }