.card-service {
    width: 100%;
    padding: 100px 0;
}
.card-service > div{
   padding-right: 100px;
   text-align: left;
}
.card-service > div p{
    line-height: 27px;
    margin-top: 20px;
}
.card-service img{
    width: 180px;
}

@media screen and (max-width:768px){
    .card-service{
        flex-direction: column;
    }
    .card-service > div{
        padding: 0 0 40px;
    }
    .section-content h2{
        text-align: center !important;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1280px) {
    .card-service img {
        width: 154px;
    }
}
