/* .opening_banner {
    position: relative;
}

.opening_banner_image {
    width: 100%;
    height: 650px;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
}

.opening_banner_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    opacity: 1;
}

.banks_heading {
    position: absolute;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
    width: 350px;
}

.the_banks {
    text-align: center;
    margin-bottom: 120px;
}

.the_banks h1 {
    font-size: 46px;
    text-transform: uppercase;
    color: var(--black);
    margin: 120px 0 20px;
}

.banks_base_image {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.banks_base_image img {
    width: calc(100% + 20px);
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.about .first_image {
    width: 80%;
    margin: -40px auto 0;
} */

.banks_images {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 120px;
}

.banks_images .banks_image {
    width: calc(50% - 30px);
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.banks_images .banks_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.banks_images .banks_image:first-of-type {
    margin-right: 60px;
}

.banks_images .vertical {
    width: 400px;
    height: 600px;
    margin-top: 60px;
    margin-bottom: 100px;
}

.john_bennet {
    text-align: center;
    margin: -70px auto 80px;
    font-weight: 700;
}

@media (max-width: 1250px) {
    .banks_images .banks_image {
        width: calc(50% - 20px);
    }

    .banks_images .banks_image:first-of-type {
        margin-right: 40px;
    }

    .banks_images .vertical {
        margin-top: 40px;
        margin-bottom: 100px;
    }
}

@media (max-width: 990px) {
	/* .about {
		flex-direction: column-reverse;
		margin-bottom: 80px;
	}

    .about .first_image {
        width: 100%;
        margin-bottom: -40px;
    }

    .about_image {
		position: relative;
		width: 100%;
		margin: 0 auto 80px !important;
		overflow: hidden;
		justify-content: center;
	} */

    .banks_images .banks_image {
        width: 80%;
    }

    .banks_images .banks_image:first-of-type {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .banks_images .vertical {
        width: 400px;
        height: 600px;
    }
}

@media (max-width: 850px) {
    .banks_base_image {
        height: 400px;
    }

    /* .banks_heading {
        top: 120px;
    }

    .opening_banner_image {
        height: 380px;
        padding-top: 180px;
    } */

    .banks_images .banks_image {
        width: 100%;
    }

    .banks_images .vertical {
        width: 400px;
        height: 600px;
    }
}

@media (max-width: 490px) {
    /* .banks_heading {
        top: 150px;
        width: 300px;
    }

    .opening_banner_image {
        height: 250px;
        padding-top: 280px;
    } */

    .banks_images .banks_image {
        height: 350px;
    }

    .banks_images .banks_image:first-of-type {
        margin-bottom: 20px;
    }

    .banks_images .vertical {
        width: 100%;
        height: 600px;
        margin-top: 20px;
    }
}