.hero-content{
    text-align: center;
    margin-top: 25px;
}
.main-service.hero-content h1 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 35px;
}
section.services-section-page {
    background: #ddd;
}
.service-btn{
    width: 156px;
    padding: 12px 18px;
    font-weight: normal;
}
.main-service.hero-content p {
    width: 80%;
    margin: auto;
    color: #fff;
}
.hero-content .cta-service {
    margin-top: 30px;
}

.child-service.hero-content h1 {
    color: #000;
    margin-bottom: 25px;
    font-size: 35px;
}
.child-service.hero-content p {
    width: 80%;
    margin: auto;
    color: #000;
}