#Services > div{width:80%;}#Services > div > h5{padding:0 0 40px 0;text-align:center;}#Services .W{display:flex;flex-wrap:wrap;column-gap:calc((100% - (300px * 3)) / 3);row-gap:50px;justify-items:center;width:100%;height:auto;}#Services .I{display:inline-block;width:300px;height:300px;background-color:var(--Dark_Accent);border-radius:14px;text-align:center;vertical-align:top;}#Services .I > .C{width:calc(100% - 30px);height:calc(100% - 30px);margin:15px;}#Services .I > .C > .S{width:100%;height:100%;}#Services .I > div::before{content:"";position:absolute;top:50%;left:50%;display:block;width:100%;height:100%;background:radial-gradient(ellipse at center,rgba(0,0,0,0) 70%,rgba(39,39,38,0.70) 96%);transform:translate(-50%,-50%);z-index:-1;}#Services .I > div{position:absolute;top:50%;left:50%;display:block;width:calc(100% - 30px);height:calc(100% - 30px);background-color:rgba(94,72,36,0.42);pointer-events:none;transform:translate(-50%,-50%);z-index:+1;}#Services .I > div > div{position:absolute;top:50%;left:50%;width:calc(100% - 20px);height:auto;transform:translate(-50%,-50%);}#Services .I > div > div > h5{font:500 21px var(--HeaderFont) !important;line-height:23px !important;color:var(--Text_LightBright);margin:0 auto 20px auto;}#Services .I > div > div > p{font:500 19px var(--Font) !important;color:var(--Text_LightBright);}#Services > div > a{left:50%;margin:30px auto 0 auto;transform:translateX(-50%);}@media screen and (max-width:1200px){#Services .I{flex:1 1 50%;max-width:calc(50% - (40px + 40px));}}@media screen and (max-width:992px){#Services > div{width:90%;}}@media screen and (max-width:768px){#Services .I{flex:1 1 100%;max-width:calc(100% - 40px);}}@media screen and (max-width:512px){#Services > div{width:100%;}#Services .W{gap:unset;row-gap:30px;}#Services .I{flex:unset;width:100%;max-width:unset;border-radius:unset;}#Services .I > .C{width:100%;height:100%;margin:0;}#Services .I > div{width:100%;height:100%;}}