.service-card{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:rgb(from var(--white) r g b/.1);border-radius:25px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);outline:1px solid rgb(from var(--white) r g b/.3);padding:20px;transition:var(--transition)}@media(hover:hover){.service-card:hover{background-color:rgb(from #084a7d r g b/.5)}}.service-card-content{display:flex;flex-direction:column;gap:20px;max-width:500px}.service-card-content-title{color:var(--text-light)}.service-card-content-btn{margin-top:10px;max-width:230px}.service-card-img{height:390px;width:100%}.service-card-img img{border-radius:20px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (max-width:1699px){.service-card-img{height:300px}}@media screen and (max-width:1199px){.service-card{display:flex;flex-direction:column-reverse}.service-card-content,.service-card-content-btn{max-width:100%}}@media screen and (max-width:639px){.service-card{padding:10px}h3.service-card-content-title{font-size:24px}.service-card-content-desc{font-size:16px}.service-card-img{height:250px}}.services-list{display:flex;flex-direction:column;gap:20px}@media screen and (max-width:1699px){.services-list{gap:30px}}
