section#services{display:flex;flex-direction:column;align-items:center;padding:0;width:auto}section#services h2{font-size:40px;border-bottom:3px solid rgb(33,94,150)}section#services ul{list-style:none;display:flex;gap:.25em;margin:0;padding:0;width:100%;height:600px;flex-wrap:wrap;background:transparent}section#services ul li{width:calc(50% - .125em);padding:0;margin:0}section#services ul li div.img{position:relative;width:100%;height:100%;padding:0;margin:0;display:flex;justify-content:center;align-items:center;background-color:#c1c1c1}section#services ul li div.img *{position:absolute}section#services ul li div.img img{width:100%;height:100%;object-fit:cover}section#services ul li div.img div.backdrop{width:100%;height:100%;background-color:#0000004d;transition:background-color .2s ease-in-out}section#services ul li div.img h3{color:#fff;font-size:40px;padding:0;margin:0}section#services ul li div.img:hover{cursor:pointer}section#services ul li div.img:hover div.backdrop{background-color:#0006}section#intro{display:flex;flex-direction:column;justify-content:center;width:auto}section#intro div{display:flex;flex-direction:row;gap:50px;justify-content:center}section#intro div span.vert-divider{background-color:#215e96;width:5px;height:auto;flex-shrink:0}section#intro div img{width:100%;object-fit:contain}
