.next-steps-section .custom-title {
    color: var(--main-text-color);
}
.campus-life-hero-banner {
    background-position: center 25%!important;
}
.campus-life-hero-banner::before {
    background: linear-gradient(
    270deg,
    rgba(22, 27, 32, 0.12) 20.47%,
    rgba(22, 27, 32, 0.12) 35%,
    rgba(22, 27, 32, 0.75) 70%
    )!important;
}
.campus-life-section .bu-about-media  { 
    padding-left: 32px;
}
@media (max-width: 767px) {
    .campus-life-section .bu-about-content p {
        font-size: 16px;
        line-height: 28px;
    }
    .next-steps-section {
        padding: 40px 0!important;
    }
}
@media screen and (max-width: 991px) {
    .campus-life-section .bu-about-media  { 
        padding-left: 0;
    }
}

span.ctm-hero-span{
    font-size: 18px!important;
    line-height: 28px!important;
}

.next-steps-section .custom-title {
   color: #b01c2e!important;
}

.cms-hero-banner {
    width: 100%;
    height: 408px;
    position: relative;
    overflow: hidden;
}

/* Replace background-image */
.cms-hero-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

/* Custom position */
.campus-life-hero-banner .cms-hero-bg-img {
    object-position: center 25%;
}

/* Overlay SAME */
.cms-hero-banner::before {
    content: "";
    background: linear-gradient(
        270deg,
        rgba(22, 27, 32, 0.12) 20.47%,
        rgba(22, 27, 32, 0.12) 35%,
        rgba(22, 27, 32, 0.75) 70%
    ),
    linear-gradient(
        90deg,
        #383d42 32.92%,
        rgba(56, 61, 66, 0) 59.33%
    );
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* Content above overlay */
.cms-hero-banner-inner {
    position: relative;
    z-index: 1;
}