.card-container{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;padding:40px 20px}.custom-card{background:#fff;border:1px solid #e1e1e1;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.08);cursor:pointer;display:flex;flex-direction:row;min-height:250px;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:calc(50% - 30px)}.custom-card:after,.custom-card:before,.decor-shape{background-color:#167dbc;border-radius:0 10px 10px 0;content:"";height:8px;left:0;position:absolute;z-index:5}.custom-card:before{top:25px;width:40px}.custom-card:after{top:39px;width:28px}.decor-shape{top:53px;width:40px}.card-content{display:flex;flex:1;flex-direction:column;padding:45px 30px 30px 60px;text-align:left}.card-content h2{color:#333;font-size:1.5rem;line-height:1.2;margin-bottom:15px;margin-top:0;transition:color .4s ease-in-out}.card-content p{color:#555;font-size:1rem;line-height:1.6;margin:0}.card-image{align-items:center;box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;overflow:hidden;padding:15px;width:35%}.card-image img{display:block;height:100%;object-fit:contain;transition:transform .5s ease;width:100%}.custom-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);cursor:pointer;transform:none}.custom-card:hover .card-image img{transform:scale(1.1)}.custom-card:hover .card-content h2{color:#167dbc}@media (max-width:992px){.custom-card{width:100%}}@media (max-width:768px){.custom-card{align-items:stretch;flex-direction:column;min-height:480px}.card-image{height:220px!important;order:-1;padding:20px;width:100%!important}.card-content{flex:1;padding:40px 25px 30px 45px!important}.card-content h2{font-size:1.3rem!important}.custom-card:before{height:6px!important;top:215px!important;width:30px!important}.custom-card:after{height:6px!important;top:226px!important;width:20px!important}.decor-shape{height:6px!important;top:237px!important;width:30px!important}}html{scroll-behavior:smooth}.card-section-wrapper{scroll-margin-top:100px}