.edc-section .edc-sub-title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .5em;
    color: #d4d4d4;
    font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 300;
}

.edc-section .edc-primary-title {
    margin-top: 0;
    margin-bottom: 30px;
}

.edc-section {
    padding: 7em 0;
    position: relative;
}

@media (max-width: 767.98px) {
    .edc-section {
        padding: 6em 0;
    }
}

.edc-services {
    color: #1d150b;
    background: #c49b63; }
    .edc-services .heading-section h2 {
      color: black; }


