#banner {
    height: 110vh;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #9b0e1673;
    border-bottom: 1px solid #9b0e1673;
}
#banner::after{
    position: absolute;
    content: '';
    width: 700px;
    height: 600px;
    background: #020305A8;
    left: -220px;
    top: 0;
    border-radius: 50%;
    filter: blur(90px);
    transform: rotate(329deg);
}
#banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 9;
}
.caption {
    font-size: 58px;
    font-weight: 400;
    color: #FFFFFF;
    width: 520px;
    line-height: 60px;
}
.banner_caption p {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #FFFFFF;
    width: 355px;
    padding: 20px 0px 20px;
    font-family: "generalsans-light";
}