.section--service-footer {
    margin: 100px 0 0 0;
    padding: 50px 0;
    background: var(--color-secondary);
}

.single-product .section--service-footer {
    margin: 40px 0 0 0;
}

.section--service-footer .section__title {
    width: 100%;
    text-align: center;
    color: var(--color-text--light);
}

.section--service-footer .section__title span {
    background: var(--color-secondary);
    padding: 0 16px;

}

.section--service-footer .section__title::before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    background: var(--color-text--light);
}

.section--service-footer .section__content p {
    width: 100%;
    text-align: center;
    color: var(--color-text--light);
}

.section--service-footer .section__footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 40px 0 0 0;
}

.section--service-footer .section__footer small {
    display: block;
    font-size: 13px;
    margin: 8px 0 0 0;
    color: var(--color-text--light);
}

.section--service-footer .section__footer .btn {
    background: var(--color-text--light);
    color: var(--color-secondary);
    border:1px solid var(--color-text--light);
}
.section--service-footer .section__footer .btn:hover {
    background:none;
    color:var(--color-text--light);
}
@media all and (max-width: 992px) {
    .section--service-footer {
        margin: 75px 0 0 0;
    }
}

@media all and (max-width: 768px) {
    .section--service-footer {
        margin: 50px 0 0 0;
    }
}

@media all and (max-width: 576px){
    .section--service-footer .section__title{
        line-height: 1.7;
    }
}
