section#services {
    padding: 4vh 0px;
    background: #f5f5f547;
}

section.n-s-section h3 {
    border-left: 3px solid var(--aColor);
    padding-left: 10px;
    color: #000;
    font-weight: 300;
    margin-bottom: 35px;
    font-size: 30px;
}

section.n-s-section p {
    font-weight: 300;
}

section.n-s-section .dm-third img {
    border-radius: 15px 15px 15px 15px;
    box-shadow: -5px 6px 14px -4px rgba(0, 0, 0, 0.5);
    width: 100%;
    display: block;
}

section.n-s-section .dm-full {
    margin-bottom: 70px;
}

span.icon-bg img {
    max-width: 130px;
    margin: 0px auto;
    display: block;
}

.border-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    margin: 0px auto;
}

.border-icon span:nth-child(1),.border-icon span:nth-child(3) {
    flex: 1 1 calc(50% - 50px);
    height: 1px;
    background: var(--pColor);
}

.border-icon span:nth-child(2) {
    flex: 1 1 100px;
    padding: 0px 10px;
}

section#services h2 {
    text-align: center;
}

@media (min-width: 881px) {
    section.n-s-section .dm-full:nth-child(odd) .dm-third {
        order: 2;
    }
}

@media (max-width: 880px) {
    section#services .dm-third {
        margin-bottom: 20px;
    }
}