.service {
    font-size: 120%;
    margin-left: 50px;
    margin-right: 50px;
}

.service p {
    margin-top: 30px;
}

.service img {
    width: 22px;
    margin-bottom: 5px;
}

#process-cirlce {
    text-align: center;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    margin-bottom: 20px;
}

#process-cirlce p {
    font-size: 120%;
}

#process-cirlce p:first-child {
    padding-top: 20px;
}

@media (min-width: 0px) and (max-width: 374.98px) {
    #titleservices {
        font-size: 40px;
        padding-top: 40px;
        padding-bottom: 5px;
    }
    #titleservices img {
        width: 40px;
    }
    #ptitleservices {
        text-align: center;
        font-size: 150%;
    }
}

@media (min-width: 375px) and (max-width: 424.98px) {
    #titleservices {
        font-size: 45px;
        padding-top: 40px;
        padding-bottom: 5px;
    }
    #titleservices img {
        width: 45px;
    }
    #ptitleservices {
        text-align: center;
        font-size: 150%;
    }
}

@media (min-width: 425px) and (max-width: 767.98px) {
    #titleservices {
        font-size: 54px;
        padding-top: 40px;
        padding-bottom: 5px;
    }
    #titleservices img {
        width: 54px;
    }
    #ptitleservices {
        text-align: center;
        font-size: 150%;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    #titleservices {
        font-size: 65px;
        padding-top: 40px;
        padding-bottom: 5px;
    }
    #titleservices img {
        width: 65px;
    }
    #ptitleservices {
        text-align: center;
        font-size: 150%;
    }
}

@media (min-width: 1024px) and (max-width: 1439.98px) {
    #titleservices {
        font-size: 90px;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    #titleservices img {
        width: 90px;
    }
    #ptitleservices {
        text-align: center;
        font-size: 200%;
        margin-bottom: 50px;
    }
}

@media (min-width: 1440px) {
    #titleservices {
        font-size: 90px;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    #titleservices img {
        width: auto;
    }
    #ptitleservices {
        text-align: center;
        font-size: 200%;
        margin-bottom: 50px;
    }
}