.top_service{padding:80px 0}.top_service_list{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;list-style:none;margin:0;padding:0}.top_service_card{width:calc(33.33333% - 20px)}.top_service_card_link{background:#fff;border-radius:50px;color:#333;display:flex;flex-direction:column;padding:30px;transition:all .3s}.top_service_card_link:hover{background-color:#2fa665;color:#fff}.top_service_card_head{margin-bottom:20px;text-align:center}.top_service_card_subtitle{margin:0}.top_service_card_thumb{aspect-ratio:4/3;background:repeating-conic-gradient(#e5e5e5 0 25%,#f5f5f5 0 50%) 50% /20px 20px;border-radius:8px;margin-bottom:20px;overflow:hidden}.top_service_card_thumb img{display:block;height:100%;object-fit:cover;width:100%}.top_service_card_text{flex-grow:1;margin:0 0 28px}.top_service_card_btn{margin:auto;text-align:center}.top_service_card_link:hover .top_service_card_btn{background-color:#ff3e34}.top_service_card_link:hover .top_service_card_btn:after{right:40px}@media (max-width:1023px){.top_service_list{gap:20px;justify-content:center}.top_service_card{width:calc(50% - 20px)}.top_service_card_title{font-size:24px}.top_service_card_text{margin-bottom:20px}}@media (max-width:767px){.top_service_card{width:100%}}