.what-we-offer-section{margin:var(--space-3xl) 0;width:100%}.what-we-offer-section .grid{display:grid;gap:var(--space-sm);grid-template-columns:1fr 1fr;margin:0 auto;max-width:1440px;padding:0 var(--space-md)}@media (max-width:769px){.what-we-offer-section .grid{grid-template-columns:1fr}}.what-we-offer-section .grid .grid-item{border-radius:75px;height:400px;padding:var(--space-md);position:relative}.what-we-offer-section .grid .grid-item:hover header{background:var(--plum)}.what-we-offer-section .grid .grid-item header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(0deg,rgba(8,8,8,.1),rgba(8,8,8,.1)),linear-gradient(180deg,rgba(25,12,3,.2),rgba(74,67,60,.2) 50%,hsla(70,2%,52%,.2));border-radius:50px;color:#fff;font-family:Trois Mille Black;font-size:var(--heading-4);margin:0 auto;max-width:-moz-max-content;max-width:max-content;padding:var(--space-sm) var(--space-md);text-align:center;transition:all .4s ease}.what-we-offer-section .grid .grid-item .box{border-radius:50px;height:300px;position:absolute;width:300px}.what-we-offer-section .grid .grid-item .box.yellow{background:var(--apple-green);left:calc(var(--space-md)*-1);top:calc(var(--space-md)*-1)}.what-we-offer-section .grid .grid-item .box.blue{background:var(--sky-blue);bottom:calc(var(--space-md)*-1);right:calc(var(--space-md)*-1)}@media (max-width:769px){.what-we-offer-section .grid .grid-item .box{display:none}}.what-we-offer-section .grid .grid-item img{border-radius:75px;box-shadow:0 3px 6px rgba(0,0,0,.2),0 3px 6px rgba(0,0,0,.23);height:100%;left:0;position:absolute;top:0;width:100%}@media (max-width:769px){.what-we-offer-section .grid .grid-item img{-o-object-fit:cover;object-fit:cover}}