page { background-color: #f6f6f6; .video-box { padding-top: 180px; .video-card { background-color: #fff; height: 488px; margin-bottom: 20px; display: flex; flex-direction: column; align-items: left; .title { height: 88px; margin-left: 30px; display: flex; align-items: center; } .video { height: 400px; width: 100%; } } } }