html, body {    /* declare again here to overwrite */
    font-family: open sans, Helvetica Neue, Helvetica, "Arial", sans-serif;
}
h3 {
    font-size: 16px;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
}

/* overwriting ori */
.Mz-Textstyle {
    letter-spacing: 1px;
}
/* end of overwriting ori */

.p-md {
    padding: 25px;
}
.m-b-xl {
    margin-bottom: 40px;
}
.m-b-md {
    margin-bottom: 20px;
}
.text-left {
    text-align: left;
}
.btn.btn-primary {  /* learn more button only */
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 180px;
    background-color: #359352;
    border-radius: 15px;
    border: none;
    text-align: center;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #50a66b;
}
.btn.btn-primary:active {
    background-color: #21733a;
}
.cs-background {
    background: #000000;
}
.cs-background h2 img {
    height: 72px;
    display: inline-block;
}
.cs-margin-footer {
    margin: 0;
}
#about-page {
    position: relative;
}
.about-slider {
    text-align: center;
    background-color: #000000;
}
#our-story .Mz-Textstyle {
    padding: 0 10px;
}
#ourservices {
    background-color: #000000;
    padding-bottom: 5%;
}
.about-slider {
    top: 0;
    margin-bottom: auto;
}
.about-logo-img-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.about-logo-img {
    height: 60px;
    /*position: absolute;*/
    /*top: 50px;*/
    /*left: 40px;*/
}
#ourservices .Mz-Textstyle p {
    font-size: 20px;
}
.brand-logos {
    text-align: center;
    color: white;
    margin: 1em auto 3em;
}
.brand-logos img {
    height: 60px;
    width: auto;
    margin: auto !important;
}
.brand-logos small {
    margin-top: .5em;
    margin-left: 7.3em;
    display: block;
    font-size: .8em;
}
.cs-column-text.mz-columntext {
    /*width: 55%;*/
}

@media (min-width: 576px) {

}
@media (max-width: 767px) {
    #ourservices .Mz-Textstyle p, .ourservices-content p, .cs-column-text.mz-columntext ul li, .Mz-Textstyle, .cus-block-info div, .cus-block-info p {
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    .about-logo-img {
        height: 120px;
    }
    .cs-column-text.mz-columntext {
        width: 55%;
    }
    .brand-logos {
        margin: 3em auto;
    }
    ul, ul {
        padding-left: 2em;
    }
}
@media (min-width: 992px) {
    .cs-background h2 img {
        height: 172px;
    }
}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {

}