:root {
    --the-white: #fff;
    --the-black: #000;
    --the-brown: #9e7c47;
    --the-grey: #f9f7f8;
    --the-dark-grey: #6a6a6a;
}

html {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}

.slider-caption {
    position: relative;
    z-index: 9999999999999999999;
}


/* About Us Page */

section.bottom-bg {
    background: var(--the-grey);
    padding: 80px 8%;
    text-align: center;
}

.abt-page .wp-block-group {
    box-sizing: border-box;
    margin: 100px 0;
}

.abt-page .wp-block-image img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.abt-page .wp-block-columns {
    margin: 80px 0px;
}

.abt-page .wp-block-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* top section */
.logo img {
	width: 240px;
	height: auto;
}
.header-section {
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
	justify-content: space-between;
}


