
@media only screen and (max-width: 720px) {
    #doubt *{
    font-size: 3rem!important;
    white-space: nowrap;
    
}
#particle-slider,#curtain{
        display: none!important;
    }
#check *{
    font-size: 2.3rem!important;
    white-space: nowrap;
}
.process{
    flex-direction: column;
}
}

.service:hover, #services a:hover{
    transition: 0.5s;
    color: #626498!important;
    -webkit-text-stroke: 0rem!important;
}
.service, #services a{
    transition: 0.5s;
    font-size: 8rem;
    font-weight: bold;
    margin-right: 4rem;
    color: transparent!important;
    -webkit-text-stroke: 0.1rem #626498!important;
}