.services__wrapper{margin:3rem 5rem}@media(max-width:600px){.services__wrapper{margin-left:0;margin-right:0}}.services__wrapper .heading__content-wrppaer{display:flex;flex-direction:column;align-items:center}.services__wrapper .heading__content{text-align:center;font-size:1.5rem;max-width:70%;margin:2rem 0 3rem}@media(max-width:600px){.services__wrapper .heading__content{max-width:100%;font-size:1rem}}.services__wrapper h1{text-align:center;font-size:3rem;font-weight:900}@media(max-width:600px){.services__wrapper h1{max-width:100%;font-size:2rem}}.services__wrapper .services__list-wrapper{margin:1rem}.services__wrapper .services__list-wrapper .services-list{display:flex;gap:5rem;flex-wrap:wrap;align-items:center;justify-content:center}@media(max-width:700px){.services__wrapper .services__list-wrapper .services-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}}.services__wrapper .services__list-wrapper .services-list .service-card{display:flex;flex-direction:column;width:20%;box-shadow:inset 0 -3em 3em rgba(34,232,192,.3),0 0 0 2px #fff,.3em .3em 1em #181d38;padding:1rem;border-radius:10px}@media(max-width:990px){.services__wrapper .services__list-wrapper .services-list .service-card{width:30%}}@media(max-width:700px){.services__wrapper .services__list-wrapper .services-list .service-card{width:100%}}.services__wrapper .services__list-wrapper .services-list .service-card .service-image .service-logo{aspect-ratio:3/2;object-fit:contain;margin:1rem;width:80%}@media(max-width:700px){.services__wrapper .services__list-wrapper .services-list .service-card .service-image .service-logo{width:70%}}.services__wrapper .services__list-wrapper .services-list .service-card .service-description{margin:10px}.services__wrapper .services__list-wrapper .services-list .service-card .service-description p{font-weight:600}@media(max-width:700px){.services__wrapper .services__list-wrapper .services-list .service-card .service-description{display:none}}.services__wrapper .service__review{margin:5rem;text-align:center}.services__wrapper .service__review .review-content h4{margin:2rem;font-size:xx-large}.services__wrapper .service__review .review-content .rating-section{margin:20px 0;display:flex;justify-content:space-around;gap:10px;flex-wrap:wrap}.services__wrapper .service__review .review-content .rating-section .rating-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:15px;display:flex;align-items:center;flex:1;min-width:200px;max-width:300px;transition:box-shadow .3s}.services__wrapper .service__review .review-content .rating-section .rating-card img{width:40px;height:auto;margin-right:15px}.services__wrapper .service__review .review-content .rating-section .rating-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.15)}.services__wrapper .service__review .review-content .rating-section .rating-card h6{margin-bottom:5px;font-weight:700;color:#333}.services__wrapper .service__review .review-content .rating-section .rating-card p{color:#666;font-size:14px}.services__wrapper .service__review .review-content .rating-section .rating-card .MuiSvgIcon-root{color:gold}