@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

/********************
font-family: 'Roboto Slab', serif;

font-family: "Nunito", sans-serif;

*************************/
* {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}

body {
    font-size: 20px;
    line-height: normal;
    color: #000;
    font-family: "Nunito", sans-serif;
}

a {
    outline: none;
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

input,
textarea,
select {
    font-size: 13px;
    color: #000;
    vertical-align: middle;
    outline: none;
    resize: none;
}

select {
    appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    background: url(../images/drpdIc.svg) no-repeat right 18px center;
}

*/

/*select::-ms-expand {display: none;}*/
input[type="button"],
input[type="submit"],
button {
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.transition {
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

img {
    border: none;
    vertical-align: top;
    max-width: 100%;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.tac {
    text-align: center;
}

.vAlign {
    vertical-align: middle;
}

.mainCon {
    width: 100%;
    position: relative;
    /* min-height: 100vh; */
}

.pgCentCont {
    max-width: 1440px;
    margin: auto;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.flexBox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.itemCenter {
    -webkit-align-items: center;
    align-items: center;
}

.just_sb {
    justify-content: space-between;
}

.pr {
    position: relative;
}

.foodNav {
    position: fixed;
    top: 0;
    left: 0;
    height: 130px;
    background: #005430;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    z-index: 50;
}

.foodNavInner {
    max-width: 1480px;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.foodNavInner ul {
    margin: 0;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.foodNavInner ul.left {
    width: 26.3%;
}

.foodNavInner ul.right {
    width: 29.4%;
}

.foodNav .navLink {
    font-size: 15px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    color: #FFFAF2;
    font-family: "Nunito", sans-serif;
}

.foodNav .navLink.active {
    color: #FFD54F;
}

.foodNav .navLink img {
    margin-right: 10px;
    vertical-align: middle;
}

.foodNav .navBtn {
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #FFFAF2;
    padding: 9px 28px;
    border-radius: 5px;
    opacity: 1;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    transition: all 0.5s ease-in;
    font-family: "Nunito", sans-serif;
}

.foodNav .navBtn:first-child:not(:last-child) {
    margin-right: 10px;
}

.foodNav .navBtn:hover {
    color: #FFA500;
    border-color: #FFA500;
}


.bannerWrp {
    position: relative;
    background: url(../images/banner.svg) no-repeat center;
    background-size: cover;
    height: 836px;
}

.btnBannWrp {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    gap: 0px 20px;
}

.btnBannWrp .btnB {
    font-size: 16px;
    font-weight: 800;
    padding: 9px 28px;
    border-radius: 5px;
    border: 1px solid #005430;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #005430;
    font-family: "Nunito", sans-serif;
    background: transparent;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}

.btnBannWrp .btnB:hover {
    background: #005430;
    color: #fff;
    border-color: #005430;
}

.bannttl {
    font-size: 35px;
    max-width: 600px;
    font-weight: 900;
    line-height: 40px;
    margin: 43px auto 30px;
    text-align: center;
    text-transform: uppercase;
    color: #005430;
    font-family: "Nunito", sans-serif;
}

.bannInner {
    padding-top: 210px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
}

.empower .empHd {
    font-size: 25px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    color: #005430;
    margin-bottom: 25px;
    font-family: "Nunito", sans-serif;
}

.empower p {
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
    text-align: center;
    color: #8D8D8D;
    font-family: "Nunito", sans-serif;
    margin-bottom: 62px;

}

.empBtnSec {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    gap: 0 19px;
}

.empower {
    padding: 110px 0;
    background: #F1F1F1;
}

.empowerInner {
    max-width: 736px;
    margin: 0 auto;
}

.empBtnSec .empBtn {
    border: none;
    box-shadow: none;
    outline: none;
}

.stepWrp {
    padding: 156px 0 112px;
    position: relative;
    overflow: hidden;
}

.stepWrp .stpVector {
    position: absolute;
    right: 0;
    bottom: 0;
}

.stpCont {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}

.stpright {
    position: relative;
}

.stpRMobImg {
    position: absolute;
    top: 80px;
    left: 64px;
}

.stepWrp .stpVector {
    position: absolute;
    right: -268px;
    bottom: -128px;
    z-index: -1;
}

.stpLeft .smTTL {
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    color: #005430;
    margin: 0;
}

.stpLeft .slidHd {
    font-family: Nunito;
    font-size: 55px;
    font-weight: 900;
    line-height: 40px;
    text-transform: uppercase;
    color: #005430;
    margin: 18px 0;
}

.stpLeft p.txt {
    max-width: 418px;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
    color: #FFA07A;
    margin: 0;
}

.stepInnerCont {
    max-width: 1206px;
    margin: 0 auto;
}

.getApp {
    padding: 87px 0 94px;
    background: #f1f1f1;
}

.getAppInner {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    max-width: 870px;
    margin: 0 auto;
}

.gaRight .ttl {
    font-size: 40px;
    font-weight: bold;
    line-height: 32px;
    font-family: "Nunito", sans-serif;
    color: #000000;
    margin: 0;
}

.gaRight p {
    font-size: 25px;
    font-weight: 500;
    line-height: 32px;
    font-family: "Nunito", sans-serif;
    color: #8D8D8D;
    margin: 13px 0 28px;
    max-width: 469px;
}

/* The container */
.radCont {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Nunito;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    color: #000000;
}

/* Hide the browser's default radio button */
.radCont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radCont .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #8d8d8d;
}

/* On mouse-over, add a grey background color */
.radCont:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radCont input:checked~.checkmark {
    background-color: transparent;
    border-color: #FFA500;

}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radCont .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radCont input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radCont .checkmark:after {
    top: 3.8px;
    left: 3.4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #FFA500;
}

.radOut {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding-left: 5px;
    gap: 0 45px;
    padding-bottom: 20px;
}

.shareLBtn {
    font-size: 16px;
    padding: 7px 9px;
    gap: 10px;
    border-radius: 10px;
    opacity: 1;
    background: #FFA500;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    color: #000000;
    outline: none;
    border: 1px solid transparent
}

.shareLink {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-bottom: 28px;
    gap: 0 10px;
}

.shareLink .inpGrp {
    width: 61%;
    position: relative;
}

.shareLink .inpGrp .frmCtrl {
    width: 100%;
    height: 46px;
    padding: 7px 21px;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: #8D8D8D;
    border-radius: 10px;
    border: 1px solid #8D8D8D;
    background-color: transparent;
}

.dwTtl {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 5px;
    color: #8D8D8D;
}

.dwnApp .empBtnSec {
    justify-content: flex-start;
}

.fdFtrInner {
    background: #005430;
}

.fdftrTopCentW {
    max-width: 1480px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 133px;
    padding-left: 15px;
    padding-right: 15px;
}

.fdftrBottom {
    height: 60px;
    background: #034327;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.fdftrBottom p {
    font-size: 10px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

.fdftrTop {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}

.fdftrTop .fdTCent {
    margin: 0;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 30px;
    /* border: 1px solid red; */
    max-width: 657px;
    justify-content: center;
}

.fdftrTop .fdTCent li a {
    font-size: 13px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.fdftrTop .fdTR {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 14px;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 171px;
    margin: 0;
    padding: 0;
}

.fdTR li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    position: relative;
    overflow: hidden;
}

.fdTR li a {
    display: inline-block;
}

.fdTR li a img {
    vertical-align: middle;
}

.transBG {
    mix-blend-mode: darken;
    filter: contrast(1);
}

.mobMenuWrp {
    display: none;
}

.brgMBtn img {
    width: 40px;
    height: 40px;
}

button.brgMBtn {
    background: transparent;
    outline: none;
    border: none;
    box-shadow: none;
}

.gaLeft {
    margin-right: 90px;
}

.stepWrp .slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000;
}

.yl_icon {
    display: none;
}

.stepWrp .slickArrow:hover .gr_icon {
    display: none;
}

.stepWrp .slickArrow:hover .yl_icon {
    display: inline-block;
}

.stepWrp .slick-next:before,
.slick-prev:before {
    display: none;
}

.flip {
    transform: rotate(180deg);
}

.stepWrp .slick-next,
.stepWrp .slick-prev {
    width: 28px;
    height: 28px;
}

.stepWrp .slick-dots li button:before {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    content: '•';
    text-align: center;
    opacity: 1;
    background: #A6A6A6;
    border-radius: 50%;
}

.stepWrp .slick-dots li {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 8px;
}

.stepWrp .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #005430;
}

.stepWrp .slick-next,
.stepWrp .slick-prev {
    width: 28px;
    height: 28px;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 50px;
    z-index: 3;
}

.stepWrp .slick-next {
    left: 200px;
}

.stepWrp .slick-dots {
    bottom: 50px;
    width: 100%;
    list-style: none;
    text-align: left;
    left: 50px;
    z-index: 2;
    display: inline-block;
    width: auto !important;
}

.stepWrp .slick-track {
    padding-bottom: 60px;
}

.contactWrp {
    max-width: 1226px;
    margin: 0 auto;
    padding-top: 210px;
    padding-left: 15px;
    padding-right: 15px;
}

.contactInner {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.contactWrpInner .leftForm {
    width: 59%;
}

.contactWrpInner .rightSec {
    width: 39.2%;
}

.contactWrpInner .leftForm .frmGrp {
    position: relative;
    margin-bottom: 26px;
}

.contactWrpInner .leftForm .frmGrp .frmCtrl {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    color: #8D8D8D;
    height: 49px;
    padding: 13px 18px;
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px solid #CACACA;
}

.leftForm form,
.fmInnW {
    width: 100%;
}

.contactWrpInner .leftForm .frmGrp textarea.frmCtrl {
    height: 198px;
    resize: none;
}

.feedBckBtn {
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #FFFAF2;
    padding: 9px 28px;
    gap: 10px;
    border-radius: 5px;
    opacity: 1;
    background: #005430;
    box-sizing: border-box;
    border: 1px solid #000000;
}

.contactWrpInner {
    padding-bottom: 80px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.addrWrp {
    padding: 9px 30px;
    border-radius: 15px;
    opacity: 1;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #CACACA;
}

.addrWrp p {
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    letter-spacing: 0em;
    color: #444444;
    margin: 0;
}

.addrWrp p.adpMTB {
    margin: 20px 0;
}

.mapWrp iframe {
    border-radius: 15px;
    border: 1px solid #CACACA;
    margin-top: 22px;
}

/* Privacy Policy Custom Styles  */
.pp-privacy-policy {
    padding: 60px 20px;
    background-color: #fff;
    font-family: Nunito;
    color: #333;
}

.pp-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.pp-title {
    font-size: 39px;
    color: #005430;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

.pp-update {
    font-size: 14px;
    color: #8D8D8D;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.6;
}

.pp-section {
    margin-bottom: 40px;
}

.pp-section h2 {
    color: #005430;
    ;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.pp-section p {
    font-size: 16px;
    line-height: 23px;
    color: #8D8D8D;
    margin-bottom: 10px;
}

.pp-list {
    list-style: none;
    padding-left: 0;
}

.pp-list li {
    font-size: 16px;
    line-height: 23px;
    color: #8D8D8D;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 5px;
}

/* Aboutus Custom Styles  */
/* Intro Section */
body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
}

/* ABOUT US SECTION (WHITE) */
.aboutUsIntro {
    background: #fff;
    text-align: center;
    padding: 60px 20px 100px;
    /* increased bottom padding to allow image overlap */
    position: relative;
    z-index: 1;
}

.introTitle {
    font-size: 25px;
    font-weight: 800;
    color: #005430;
    margin-bottom: 20px;
}

.introContainer {
    margin-top: 20px;
}

.introSubtitle {
    font-size: 39px;
    font-weight: 800;
    color: #005430;
    max-width: 966px;
    margin: 0 auto 20px;
    line-height: 45px;
    font-family: nunito, sans-serif;
}

.introDescription {
    font-size: 18px;
    color: #8D8D8D;
    max-width: 860px;
    margin: 0 auto;
    margin-bottom: 50px;
}

/* IMAGE OVERLAPPING HALF WHITE AND GREEN */
.imageWrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: -120px;
    /* pull image further into green */
    z-index: 2;
}

.overlapImage {
    width: 90%;
    max-width: 650px;
    border-radius: 12px;
    background: white;
    border: 4px solid #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);

}

/* STATS SECTION (GREEN) */
.aboutUsStatsSection {
    background: #005430;
    color: white;
    padding: 160px 20px 60px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.statsContent {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto 30px;
    margin-top: 125px;
}

.statItem {
    flex: 1 1 300px;
    max-width: 300px;
    text-align: center;
}

.statItem h2 {
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 10px;
}

.statItem p {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 8px;
}

.statItem h6 {
    font-size: 14px;
    font-weight: 400;
    color: #ccc;
}

/* CTA Button */
.aboutUsCTA {
    text-align: center;
}

.ctaButton {
    font-size: 16px;
    padding: 12px 30px;
    background: #005430;
    color: #FFFAF2;
    font-weight: 700;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.ctaButton:hover {
    background-color: #003f2e;
}

/* Info Section */

.infoSection {
    padding: 60px 40px;
    background-color: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
}

.infoRow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.infoRow.reverse {
    flex-direction: row-reverse;
}

.infoImage {
    flex: 0 0 400px;
    max-width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.infoImage img {
    width: 100%;
    border-radius: 16px;
    background-color: #005430;
    object-fit: contain;
}

.infoText {
    flex: 0 0 400px;
    max-width: 400px;
    text-align: left;
}

.infoLabel {
    color: #FFA07A;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.infoTitle {
    font-size: 32px;
    color: #005430;
    margin: 10px 0 20px;
    font-weight: 800;
}

.infoText p {
    font-size: 16px;
    line-height: 23px;
    color: #8D8D8D;
    margin-bottom: 20px;
    text-align: justify;
}

.infoButton {
    padding: 10px 20px;
    background-color: white;
    border: 2px solid #005430;
    color: #005430;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.infoButton:hover {
    background-color: #005430;
    color: white;
}

/* css for team section */
.teamSection {
    background-color: #F1F1F1;
    padding: 40px 20px;
}

.teamWrapper {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.teamSubtitle {
    color: #FFA07A;
    font-weight: 900;
    font-size: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.teamTitle {
    font-size: 39px;
    color: #005430;
    font-weight: 900;
    margin: 20px 0 40px;
}

.teamGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 24px;
    justify-items: center;
    margin-bottom: 60px;
}

.teamCard {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 16px;
    max-width: 340px;
    width: 100%;
    gap: 16px;
}

.teamCard img {
    width: 140px;
    height: 140px;
    border-radius: 8px;
    object-fit: cover;
}

.teamInfo {
    text-align: left;
}

.teamInfo h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 900;
    color: #005430;
}

.teamInfo p {
    margin: 4px 0 0;
    font-size: 16px;
    color: #00543044;
    font-weight: 700;
}



.statsSectionWrapper {
    position: relative;
    margin-top: 50px;
}

.imageWrapper {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.overlapImageabout {
    max-width: 80%;
    height: auto;
    margin-top: 60px;
}

.aboutUsStatsSection {
    position: relative;
    z-index: 1;
    padding-top: 120px;
}

@media (max-width: 767.98px) {
    .imageWrapper {
        position: absolute;
        top: -100px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .overlapImageabout {
        height: auto;
        margin-top: 90px;
    }

}


@media (max-width: 667.98px) {
    .imageWrapper {
        position: absolute;
        top: -100px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .overlapImageabout {
        height: auto;
        margin-top: 100px;
    }

}

@media (max-width: 500px) {
    .imageWrapper {
        position: absolute;
        top: -100px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .overlapImageabout {
        height: auto;
        margin-top: 120px;
    }

}


@media (max-width: 375px) {
    .imageWrapper {
        position: absolute;
        top: -100px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .overlapImageabout {
        height: auto;
        margin-top: 155px;
    }

}