.row .service-card{background-color:var(--gray-color);border-radius:30px;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:48px;transition:all .3s;display:flex}.row .service-card .service-title{border-bottom:1px solid #c2c7d0;justify-content:space-between;align-items:center;padding-bottom:16px;display:flex}.row .service-card .service-title h1{color:var(--text-color);margin-bottom:0;font-size:24px;font-weight:600}@media screen and (max-width:768px){.row .service-card .service-title h1{font-size:18px;line-height:27px}}.row .service-card .service-title .arrow-icon{cursor:pointer;background-color:var(--white-color);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.row .service-card .service-title .arrow-icon img{transition:all .3s}.row .service-card .service-subtitle{margin-top:28px;margin-bottom:28px}.row .service-card .service-subtitle h2{color:#091e42;margin-bottom:0;font-size:18px;font-weight:400;line-height:27px}@media screen and (max-width:768px){.row .service-card .service-subtitle h2{font-size:14px;line-height:21px}}.row .service-card .service-image img{object-fit:cover;border-radius:30px;width:100%;height:100%}.row .service-card:hover{background-color:#f2f2f2}.row .service-card:hover .service-title .arrow-icon img{transform:rotate(45deg)}@media (max-width:768px){.row .service-card{padding:24px}}
