.rjImg {
    width: 10rem !important;
}

.heroSub2 {
    font-size: 2.5rem;
    text-shadow: 0px 1px 3px #00000083;
    font-family: var(--heading-font-weight);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1px;
}

@media (max-width: 767.98px) {
    .heroSub2 {
        font-size: 1.5rem;
        padding: 0 1rem;
    }

    .heroH {
        font-size: 1.5rem;
        padding: 0.1rem 2rem;
    }

    .heroSub {
        font-size: 1rem;
        color: #fff;
        padding: 0 1rem;
    }

    .swiper-inner {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 75vh;
    }

    .vertical-center {
        min-height: 100%;
        min-height: 63vh;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 765px) {
    .rjImg {
        width: 8rem !important;
    }
}
