section.management-banner img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.management-banner {
    padding-top: 50px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    background: white;
}

section.management-banner .banner-content {
    padding: 15px;
    display: flex;
    align-items: center;
    background: white;
}
section.management-banner h1 {
    color: var(--heading-color);
    font-weight: 400;
    font-size: 42px;
    margin-bottom: 20px;
    width: 100%;
}
section.management-banner p {
    font-size: 18px;
}
.screening-image img {
    height: 420px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
section.about-guest.rev {
    background-color: #fff;
}
section.about-guest.rev .screening-content {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 20px;
}
.screening-content h3 a {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m15);
    font-family: var(--heading-font);
}
section.about-guest {
    background-color: rgba(247, 247, 247, 1);
}

.screening-content {
    /* padding-left: 5%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
}

.screening-content h3 a {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m15);
    font-family: var(--heading-font);
}
.screening-image img {
    height: 420px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.features-content {
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0 0 20px 2px #00000029;
    border-radius: 15px;
    height: 100%;
    text-align: center;
}

.features-content img {
    height: 45px;
    object-fit: cover;
    margin-bottom: 20px;
    width: auto;
}

.features-content h5 {
    font-size: 16px;
    font-family: var(--primary-font);
    font-weight: 700;
    margin-bottom: 15px;
}

.features-content p {
    margin-bottom: 0px;
}

.features-sec{
    background-color:var(--white-color);
    padding-top: 60px;
    /* padding-bottom: 50px; */
}
section.video-banner{
    height: 100vh;
    padding: 0;
    position: relative;
    z-index: 1;
}
section.video-banner .video-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
section.video-banner .video-sec {
width: 100%;
height: 100%;
}
.video-cont {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.4);
    padding-top: 0;
    flex-direction: column;
    text-align: center;
}
.video-cont .container {
    margin-bottom: 0px;
    }
    .video-cont h1 {
    max-width: 100%;
    margin: auto;
    margin-bottom: 24px;
    color: #ffffff;
    text-shadow: 0px 0px 2px #000;
    /* text-transform: capitalize; */
    font-size: 65px;
    margin-top: 40px;
    text-shadow: 0px 0px 10px rgba(2, 1, 1, 0.47843137254901963);
    line-height: 1;
    letter-spacing: 0;
    font-family: var(--heading-font);
    font-weight: 700;
    text-align: center;
    position: relative;
    /* text-transform: uppercase; */
}
.video-cont p {
    /* max-width: 1266px; */
    margin: auto;
    margin-bottom: var(--m24);
    color: var(--white-color);
    text-shadow: 1px 1px 4px #000;
    text-shadow: 0px 0px 10px rgba(2, 1, 1, 0.47843137254901963);
    /* text-transform: uppercase; */
    font-size: var(--f17);
    text-align: center;
    letter-spacing: 0;
    /* color: var(--secondary-color); */
    margin-top: 0;
    font-weight: 700;
    line-height: 1.3;
}