.about-banner-container{position:relative;width:100%;height:100vh;background-color:var(--black);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.about-banner-bg{object-fit:cover}.AboutBannerOverlay,.about-banner-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.AboutBannerOverlay{background:linear-gradient(0deg,rgba(0,0,0,1) 35%,rgba(0,0,0,0) 60%),radial-gradient(circle at center,transparent 40%,rgba(0,0,0,.8) 100%);pointer-events:none}.about-banner-content{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;align-items:flex-end;padding:60px 75px;z-index:1}.about-banner-bottom-left{display:flex;flex-direction:column;gap:20px;max-width:650px}.about-banner-desc{font-family:var(--font-inter),sans-serif;color:rgba(255,255,255,.85);font-size:16px;font-weight:300;line-height:1.5;letter-spacing:-.01em}.about-banner-bottom-right{display:flex;flex-direction:row;gap:16px;align-items:flex-end;margin-bottom:20px}@media (max-width:768px){.about-banner-content{top:60%;bottom:auto;transform:translateY(-50%);flex-direction:column;align-items:flex-start;padding:40px 20px;gap:30px}.AboutBannerOverlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:linear-gradient(0deg,rgba(0,0,0,1) 40%,rgba(0,0,0,0)),radial-gradient(circle at center,transparent 0,rgba(0,0,0,1) 100%);pointer-events:none}.about-banner-bottom-left{max-width:100%}.about-banner-bottom-left .big-head-text-white{font-size:42px}.about-banner-desc{font-size:14px;line-height:1.4}.about-banner-bottom-right{flex-direction:column;align-items:stretch;width:100%;margin-bottom:0;gap:12px}.about-banner-bottom-right button{width:100%}.about-banner-container{height:60vh}}