.intro-wrapper{margin-bottom:50px}.services-wrapper{display:flex;flex-wrap:wrap;gap:40px}.services-wrapper.justify-content-start{justify-content:flex-start}.services-wrapper.justify-content-center{justify-content:center}.services-wrapper.justify-content-end{justify-content:flex-end}.services-wrapper .ss{border:1px solid green;border-radius:20px;flex-basis:calc(50% - 20px);padding:40px;transition:all 333ms ease}.services-wrapper .ss:hover{box-shadow:0 5px 10px #00000025;transform:translateY(-7px)}.services-wrapper .ss img{height:70px;object-fit:contain;width:70px}.services-wrapper .ss h4{color:#175e85;margin-bottom:15px;margin-top:15px}.services-wrapper .ss .button-wrapper{display:flex;margin-top:30px}.services-wrapper .ss .button-wrapper.center{justify-content:center}.services-wrapper .ss .button-wrapper.right{justify-content:flex-end}@media (max-width:993px){.services-wrapper .ss{flex-basis:100%;padding:25px}}