@charset "utf-8";

#service p {
    padding-bottom: 30px;
}

#service p:first-of-type {
    font-size: 19px;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    #service p {
    padding-bottom: 15px;
    }

    #service p:first-of-type {
        font-size: 16px;
        font-weight: bold;
    }

}


