.service-card{
    flex: 1;
    border-radius: 12px;
    max-width: 260px;
    min-width: 260px;
    min-height: 260px;
    position: relative;
}
.service-container{
    gap: 1rem;
    justify-content: center;
}
.explore{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
@media(max-width: 991px){
    .service-container{
        justify-content: center;
    }
    .service-card{
        margin-top: 1rem!important;
    }
}
@media (max-width:576px){
    .hero{
        background: none;
    }
    .service-card{
        margin-top: 1rem!important;
    }
    .service-container{
        justify-content: center;
    }
}