.servicePageDetail{min-height:calc(100vh - 208px);display:flex;flex-direction:column;gap:160px;padding-top:96px;padding-bottom:104px}.servicePageDetail_img{margin-top:-80px;width:100%}@media screen and (max-width:800px){.servicePageDetail_img{margin-top:-32px}}.servicePageDetail_content_img{height:40vw}@media screen and (max-width:800px){.servicePageDetail{padding-top:32px;padding-bottom:56px;gap:64px}}.pageHeading_text>*{width:60%;margin-top:24px;color:#4a4747}@media(max-width:800px){.pageHeading_text>*{margin-top:16px;width:100%}}:export{fontMain:"Manrope",monospace;h1:h1;h2:48px;h3:48px;h1mobile:32px;h2mobile:24px;blackLight:#0e0e0e;blue:#0070f3;gray:#7b7b7b;lightGray:#f4f5f8;darkGray:#4a4747;white:#fff}.linksChildren{height:max-content}.linksChildren_images{margin-top:32px;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:24px;gap:24px;justify-content:space-between;width:100%}@media(max-width:1096px){.linksChildren_images{grid-template-columns:1fr}}.linksChildren_list{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:80px;column-gap:80px}.linksChildren_list_list-item{position:relative;padding:48px 0;display:flex;flex-direction:row;justify-content:space-between;border-top:1px solid #dfdfdf;transition:padding-left .5s ease}.linksChildren_list_list-item>*{font-size:32px;color:#000;font-weight:500;transition:padding-left .5s ease;flex-wrap:nowrap}@media(max-width:800px){.linksChildren_list_list-item>*{font-size:21px}.linksChildren_list_list-item{padding:24px 0;font-size:18px;color:#000;font-weight:600}}.linksChildren_list_list-item:before{content:"";position:absolute;left:0;top:48%;width:5px;height:5px;border-radius:100%;background:#0070f3;transition:opacity .3s ease;opacity:0}.linksChildren_list_list-item:hover{padding-left:20px;transition:padding-left .5s ease}.linksChildren_list_list-item:hover:before{opacity:1}@media(max-width:800px){.linksChildren_list{grid-template-columns:1fr}}.linksChildren_list .arrow-icon{margin-left:40px}