.cms-about-us .page-title-wrapper {
    background-image: url(../images/about-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    padding: 1rem 0px;
    min-height: 14rem;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    justify-content: center;
    margin-top: 0px;
    /*margin-bottom: 4.5rem;*/
}

.cms-about-us .page-title-wrapper .page-title {
    font-family: 'Saudagar';
    font-size: 4rem;
    color: #fff;
    margin-bottom: 0px;
    padding: 0px 15px;
}
.about-ourstory {
    margin-bottom: 5rem;
}
.cms-about-us .breadcrumbs {
    margin-bottom: 3rem;
}


.about-ourstory .col-left {
    width: 50%;
    padding-right: 15px;
}
.about-ourstory .col-right {
    width: 41.66%;
    margin-left: auto;
    padding-left: 15px;
}
.about-ourstory figure {
    padding: 0px 0px 0.4rem 0.4rem;
    position: relative;
    z-index: 2;
}
.about-ourstory figure:before {
    content: "";
    width: 20%;
    height: 20%;
    position: absolute;
    background: #bca15c;
    left: 0;
    z-index: -1;
    bottom: 0;
}
.about-ourstory p strong {
    font-size: 1.3rem;
    font-weight: 500;
}
.about-ourstory p,
.about-ourstory ul,
.about-ourstory ol{
    font-weight: 300;
}

.about-customer {
    background-color: #f8f8f8;
    clear: both;
    padding: 4rem 0rem 4.5rem;
    margin-bottom: 4rem;
}
.about-customer .heading-wrap p {
    margin-top: 0.5rem;
    font-size: 1.2rem;
}
.about-customer .heading-wrap img {
    vertical-align: middle;
    width: auto;
    max-height: 1.6rem;
    margin-top: -0.4rem;
    margin-left: 0.2rem;
}

.about-counter {
    margin-bottom: 3rem;
}
.about-counter .custom-row {
    margin-left: -1rem;
    margin-right: -1rem;
}

.about-counter .column {
    border: solid 1px #e3e3e3;
    width: calc(25% - 2rem);
    margin: 0px 1rem 2rem;
    padding: 2.5rem;
}

.about-counter .title {
    font-size: 3.5rem;
    color: #bca15c;
    line-height: 1;
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
    position: relative;
}

.about-counter .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 1.2rem;
    height: 0.2rem;
    background: #e6e6e6;
}


.about-counter .column p {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3;
}

main.page-main {
    margin-top: 2.5rem;
    margin-bottom: 3rem;
}
main.page-main .page-title-wrapper {
    text-align: center;
    margin-bottom: 2rem;
}
main.page-main .page-title {
    margin: 0;
    font-weight: 400;
    display: block;
}
main.page-main p, main.page-main ul, main.page-main ol {
    font-weight: 300;
}
main.page-main h1 {
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 2.5rem;
}
main.page-main h2 {
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 2rem;
}
main.page-main h3 {
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 1.5rem;
}
main.page-main h4 {
    margin-bottom: 0.8rem;
    font-weight: 400;
    font-size: 1rem;
}
main.page-main h5 {
    margin-bottom: 0.75rem;
    font-weight: 400;
    font-size: 0.9rem;
}
main.page-main h6 {
    margin-bottom: 0.7rem;
    font-weight: 400;
    font-size: 0.8rem;
}
main.page-main dt,
main.page-main strong,
main.page-main b {
    font-weight: 400;
}
main.page-main a {
    color: #bca15c;
    font-weight: 400;
}

@media screen and (max-width: 1199px){
    .about-ourstory {
        margin-bottom: 2.5rem;
    }
    .about-customer {
        padding: 2.5rem 0rem 3rem;
        margin-bottom: 2.5rem;
    }
    .about-counter {
        margin-bottom: 1.5rem;
    }
    .about-counter .custom-row {
        margin-left: -0.8rem;
        margin-right: -0.8rem;
    }
    .about-counter .column {
        width: calc(25% - 1.6rem);
        margin: 0px 0.8rem 1.6rem;
        padding: 2rem;
    }
    .about-counter .title {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }
    .about-counter .column p {
        font-size: 1.1rem;
        font-weight: 500;
    }
}

@media screen and (max-width: 991px){
    .cms-about-us .page-title-wrapper {
        min-height: 10rem;
    }
    .cms-about-us .page-title-wrapper .page-title {
        font-size: 3rem;
    }
    .cms-about-us .breadcrumbs {
        margin-bottom: 2rem;
    }
    .about-ourstory .col-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 1.5rem;
    }
    .about-ourstory .col-right {
        width: 100%;
        padding-left: 0;
        order: 1;
    }

}
@media screen and (max-width: 767px){
    .about-counter .column {
        width: calc(50% - 1.6rem);
    }
}

@media screen and (max-width: 575px){
    .about-counter .column {
        width: calc(100% - 1.6rem);
    }
}