.banner_section {
    overflow: hidden;
    position: var(--pr);
}

.banner_intro {
    height: 88vh;
    min-height: 700px;
}

.banner_intro video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(8, 8, 8, 0.5);
}

.banner_section .container {
    background-color: transparent;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
}

.banner_section h1 {
    font-family: var(--ff-SofiaSans);
    font-weight: var(--fw-800);
    font-size: 50px;
    color: var(--white);
}

.banner_section p {
    font-family: var(--ff-SofiaSans);
    font-weight: var(--fw-400);
    font-size: 20px;
    color: var(--white);
}

.banner_section .right_container>a.common_btn {
    padding: 18px 50px;
}