.mobile-service h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.mobile-service p {
    font-size: 14px;
}

.mobile-service ul li:before , .cta2.mygrid ul li:before , .web-service ul.listing li::before{
    content: "\f00c";
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: .8rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ff0042;
}

.mobile-service ul li , .cta2.mygrid ul li, .web-service ul.listing li {
    position: relative;
    padding-left: 1.2rem;
    color: #fff;
    font-size: 13px;
}

.mobile-service .txtwrp {
    background: #00000052;
    padding: 10px;
    height: 300px;
    border-radius: 5px;
}

.service-content h2 , .service-content p {
    color: #fff;
}


.service-active-card {
    background: #fff;
}
.service-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem;
    background: #26003a;
    border-radius: 0 25px 25px;
    box-shadow: 6px 6px 10px #000;
    transition: .6s;
    margin-bottom: 1.25rem;
}

.service-card:hover {
    background: #42297c;
    transform: scale(1.03);
}

.service-content h2 {
    font-size: 4.5vmin;
}