.aboutUsHeader{width:100%;height:500px;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative}.aboutUsHeader>img:first-child{position:absolute;left:0;bottom:0}.aboutUsHeader>img:nth-child(2){position:absolute;top:0}.aboutUsHeader>img:nth-child(3){position:absolute;bottom:0;right:0}.aboutUsHeaderCover{width:100%;height:100%;position:absolute;z-index:1;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:30px}.aboutUsHeaderCover>h2{font-size:45px;font-weight:700}@media screen and (min-width:320px) and (max-width:768px){.aboutUsHeader{width:100%;height:500px;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;overflow:hidden}.aboutUsHeaderCover>h2{font-size:30px;font-weight:700}}.breadCrumb{width:100%;display:flex;justify-content:center;align-items:center;gap:10px;font-weight:700}.breadCrumb>h5{font-weight:700;color:var(--customColor);cursor:default}.breadCrumb>h5>a{text-decoration:none;color:black}