.inner-clean-service {
    max-width: 1400px;
    margin: 0 auto 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-content {max-width: 50%;padding-left: 70px;padding-top: 15px;}

.service-content h2 {
    color: #171733;
    font-family: Armin Grotesk;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px; 
}

.service-content p {
    color: #000;
    font-family: Armin Grotesk;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
