.container-current-service{
    padding: 4rem 0;
    background-color: #ececec;
}

.container-current-service img{
    width: 100%;
    display: block;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.wrapper-current-service > *:last-child{
    margin-bottom: 0;
}

@media all and (min-width: 100px){
    .wrapper-current-service p{
        font-size: 1rem;
    }
}

@media all and (min-width: 1200px){
    .wrapper-current-service p{
        font-size: 1.1rem;
    }
}