.section__services{margin-top:50px}.section__services .service{display:flex;flex-direction:column;align-items:center}.section__services .service:first-child{margin-left:100px}.section__services .service:last-child{margin-right:100px}.section__services .service img{height:460px;width:300px;object-fit:cover;filter:grayscale(100%);transition:filter .3s ease-in-out}.section__services .service img:hover{filter:grayscale(50%)}.services-container{display:flex;gap:36px;will-change:transform}.section__services .service .info{width:430px;display:flex;justify-content:space-between;font-family:gilroy,sans-serif;background-color:var(--secondary-main);padding:2rem 1rem}.section__services .btn{width:334px;margin-top:36px;max-width:unset}@media (max-width: 768px){.section__services .service .info{width:100vw}.section__services .service:first-child{margin-left:0}.section__services .btn{margin-top:24px}.section__services .service img{height:100%;width:90%;object-fit:cover}}
