.services-list-wrapper{width:var(--section-width);margin-top:calc(var(--section-padding)*1.5);grid-gap:var(--section-padding);flex-direction:column;justify-content:center;align-items:center;display:flex}.services-list-header{text-align:center;justify-content:start;align-items:center;width:100%;display:flex}.services-list-container{grid-gap:var(--section-gap);grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(2,1fr);width:100%;display:grid}.service-item{background:var(--black-light);border-radius:var(--border-radius-mid);grid-gap:var(--section-gap);cursor:pointer;justify-content:space-between;align-items:start;width:100%;min-height:250px;transition:all .2s ease-in-out;display:flex;position:relative;overflow:hidden}.service-item:hover{background:var(--black-light-light)}.service-item:hover .service-item-img{scale:1.05}.service-desc{max-width:500px;color:var(--gray);text-wrap:balance}.service-item:first-child{background:var(--white-gradient);border:none;grid-area:1/1/3/2}.service-item:first-child .service-title{color:var(--black)}.service-item:first-child .service-desc{color:var(--black-light-light-light)}.service-item:nth-child(2){grid-area:1/2/2/3}.service-item:nth-child(3){grid-area:2/2/3/3}.service-item:nth-child(4){grid-area:3/1/4/2}.service-item:nth-child(5){grid-area:3/2/4/3}.service-list-item-text{grid-gap:calc(var(--section-gap)/2);padding:var(--section-gap);z-index:11;flex-direction:column;display:flex}.service-item-img{aspect-ratio:1;z-index:10;border-radius:100%;width:auto;height:300px;transition:all .2s ease-in-out;position:absolute;bottom:-94px;right:-50px}.service-item:hover .service-item-img{opacity:.9}.service-item-coins{width:100%;height:100%;position:absolute;right:-15%;transform:scale(1.2)translateY(50px)translate(60px)rotate(10deg)}.service-item-coins a{aspect-ratio:1;border-radius:130px 230px;width:300px;height:300px;transition:all .2s ease-in-out;position:absolute;overflow:visible}.service-item-coins a:hover{scale:1.05}.service-item-coins a:first-child{bottom:-85px;left:-110px;transform:rotate(-25deg)scaleX(-1)}.service-item-coins a:nth-child(2){bottom:0;left:0;transform:rotate(0)}.service-item-coins a:nth-child(3){bottom:75px;left:130px;transform:rotate(25deg)}.service-item-coins a:nth-child(4){bottom:130px;left:270px;transform:rotate(45deg)}@media screen and (max-width:600px){.services-list-container{grid-gap:var(--section-gap);grid-template-rows:auto;grid-template-columns:repeat(1,1fr);width:100%;display:grid}.services-list-header{text-align:start;justify-content:start;align-items:start;width:100%;display:flex}.service-item:first-child{background:var(--white-gradient);border:none;grid-area:auto;height:450px}.service-item:nth-child(2),.service-item:nth-child(3),.service-item:nth-child(4),.service-item:nth-child(5){grid-area:auto}.service-item{min-height:300px}.service-item h3{text-wrap:balance}.service-item-coins{transform:scale(.9)translate(-150px)translateY(150px)}}
