.client-satesfied {
    display: flex;
    align-items: end;
    justify-content: center;
    position: relative;
}
.client-satesfied::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #e5e5e5;
    bottom: 0;
}
@media only screen and (min-width: 576px) {
    .client-satesfied::before {
        width: 70%;
    }
}
@media only screen and (min-width: 992px) {
    .client-satesfied::before {
        width: 100%;
    }
}
@media only screen and (min-width: 992px) {
    .client-satesfied {
        justify-content: center;
    }
}
@media only screen and (min-width: 1200px) {
    .client-satesfied {
        margin-left: 100px;
    }
}
.client-satesfied .client-single-item .project-bg {
    height: 170px;
    width: 118px;
    display: inline-flex;
    align-items: end;
    text-align: center;
    padding: 20px;
    background-color: #000000;
}
.client-satesfied .client-single-item .project-bg p {
    color: #ffffff;
    margin-bottom: 0;
}
.client-satesfied .client-single-item h2 {
    text-align: center;
    margin-bottom: 5px;
}
