section.page-head-sec {
    padding: var(--p60) var(--p12) var(--p12);
}

section.page-head-sec h2 {
    text-align: center;
    /* margin-bottom: 0; */
    font-size: var(--f42);
}

section.page-head-sec p {
    text-align: center;
}

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);
}

.mgmt-cont h3 {
    font-size: 32px;
    color: var(--white-color);
}

.mgmt-cont p {
    color: var(--white-color);
}

.screening-content {
    /* padding-left: 5%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    padding: 60px;
    /*width: 49%;*/
    background: var(--btn-color);
    height: auto;
    overflow: hidden;
}

.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);
}

.row.guest-screening {
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 60px;
}

/*.screening-image{
    width:49%
}*/
.screening-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
}