#banner {
    height: calc(100vh - 80px);
    overflow: hidden;
    position: relative;
}
#banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_caption {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 99.93%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    padding-bottom: 130px;
}
.caption {
    color: #FFFFFF;
    font-size: 56px;
    font-weight: 600;
    line-height: 64px;
    width: 684px;
    margin: 0;
}
.sub_title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #363636;
    font-size: 16px;
    font-weight: 500;
}
.banner_caption .sub_title {
    margin-bottom: 20px;
}