.services{background-color:var(--white)}.services__container{width:100%;padding-top:3rem;padding-bottom:3rem;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:2rem}@media (max-width: 1511.98px){.services__container{gap:1rem}}@media (max-width: 1023.98px){.services__container{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr)}}@media (max-width: 767.98px){.services__container{padding:2.5rem 1rem}}.services__card{display:grid;grid-template-columns:74px 1fr;gap:1.5rem;align-items:center;padding:2rem;border-radius:.5rem;border:1px solid var(--gray-light);cursor:pointer;text-decoration:none}.services__card .services__card-img{width:74px;height:74px;max-height:100%}@media (max-width: 767.98px){.services__card .services__card-img{margin:0 auto}}.services__card .services__card-text{font-size:var(--md);font-weight:700;line-height:1.5;color:var(--black)}@media (max-width: 1511.98px){.services__card .services__card-text{font-size:var(--regular)}}@media (max-width: 767.98px){.services__card .services__card-text{font-size:var(--sm)}}@media (max-width: 359.98px){.services__card .services__card-text{font-size:.75rem}}@media (max-width: 1023.98px){.services__card{gap:1rem}}@media (max-width: 767.98px){.services__card{grid-template-columns:1fr;grid-template-rows:55px 1fr;text-align:center;gap:1rem;padding:1.5rem 1rem}}.about__cards-wrapper{margin-top:3rem;display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;margin-bottom:5rem}@media (max-width: 1511.98px){.about__cards-wrapper{gap:1rem}}@media (max-width: 1023.98px){.about__cards-wrapper{padding:0 1.5rem;overflow:auto;scrollbar-width:none;margin-bottom:3rem}}@media (max-width: 767.98px){.about__cards-wrapper{padding:0 1rem;margin-bottom:2.5rem}}.about__cards-wrapper .about__card{display:flex;flex-direction:column;gap:1.5rem;background-color:var(--gray-very-light);border-radius:.5rem;padding:2rem}@media (max-width: 1023.98px){.about__cards-wrapper .about__card{width:300px}}.about__cards-wrapper .about__card .about__card-title{font-size:var(--xl);font-weight:700}@media (max-width: 1511.98px){.about__cards-wrapper .about__card .about__card-title{font-size:var(--md)}}.about__cards-wrapper .about__card img{height:200px;width:100%;border-radius:.5rem;background-color:#fff;-o-object-fit:contain;object-fit:contain}.about__cards-wrapper .about__card picture{margin-top:auto}.about__cards-wrapper .about__card ul:last-of-type{margin-bottom:.5rem}.about__card-pluses,.about__card-minuses{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.about__card-pluses li,.about__card-minuses li{padding:0 0 0 2rem;position:relative;display:flex;align-items:center}@media (max-width: 1511.98px){.about__card-pluses li,.about__card-minuses li{font-size:var(--sm);padding-left:1.5rem}}.about__card-pluses li:after{content:"";position:absolute;top:50%;left:.375rem;transform:translate(-50%,-50%);height:1rem;width:.125rem;border-radius:.125rem;background-color:#000}.about__card-pluses li:before{content:"";position:absolute;top:50%;left:.375rem;transform:translate(-50%,-50%) rotate(90deg);height:1rem;width:.125rem;border-radius:.125rem;background-color:#000}.about__card-minuses li:before{content:"";position:absolute;top:50%;left:.375rem;transform:translate(-50%,-50%) rotate(90deg);height:1rem;width:.125rem;border-radius:.125rem;background-color:#000}@media (max-width: 1023.98px){.about__cards-container{display:contents}}
