/*Banner*/

.page-banner {
    position: relative;
}

    .page-banner, .page-banner .page-banner-image, .page-banner .page-banner-image img {
        height: 400px;
        object-fit: cover;
    }

.page-banner-image {
    position: relative;
}

    .page-banner-image::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #00000033;
    }

.page-banner-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    text-align: left;
    color: #fff;
    padding-top: 137px;
}

/*Banner*/

/*Page Layout*/

.page-padding
{
    padding-top: 102px;
    padding-bottom: 102px;
}

/*Page Layout*/


.instutional-text {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.instutional-sup-title {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #004287;
}

.instutional-title {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    color: #1F1F1F;
}

.instutional-description {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #4F4D4D;
}

@media only screen and (max-width: 425px)
{
    .instutional-sup-title {
        font-size: 16px;
        line-height: 24px;
    }

    .instutional-title {
        font-size: 28px;
        line-height: 36px;
    }

    .instutional-description {
        font-size: 15px;
        line-height: 23px;
    }
}