.service-section{padding:40px 0;background:rgba(44,119,240,.1)}.service-section:nth-child(2n){background:#fff}.service-section .service_head{margin-bottom:40px;text-align:left}.service-section .service_head p{margin:10px 0}.service-section .service_list{display:flex;flex-wrap:wrap;gap:20px}.service-section .service_list .service_box{width:calc(25% - 20px * 3 / 4);display:flex}.service-section .service_list .service_box>a{padding:20px;display:flex;flex-direction:column;gap:15px;align-items:flex-start;border-radius:10px;background:#fff;border:1px solid #1b40c7;border-left-width:6px;color:#010101;width:100%;transition:all .5s ease}.service-section .service_list .service_box>a:hover{background:#265fce}.service-section .service_list .service_box>a:hover h3,.service-section .service_list .service_box>a:hover p{color:#ffffff}.service-section .action_button{margin-top:40px;text-align:left}.service_list .service_box .ser_icon{display:flex;justify-content:center;align-items:center;width:33px;height:33px;flex:0 0 33px;border-radius:5px;background:#E4ECF8}.service_list .service_box .badge{border-radius:30px;background:#E4ECF8;font-size:12px;padding:5px 15px}@media (max-width:1199px){.service-section .service_list .service_box{width:calc(33.33% - 20px * 2 / 3)}}@media (max-width:767px){.service-section .service_list .service_box{width:calc(50% - 20px * 1 / 2)}}@media (max-width:480px){.service-section .service_list .service_box{width:100%}}