.ds-about-us__card { padding: 46px 0 46px 40%; height: auto; }
.ds-about-us__h4 { font-size: 16px; margin-bottom: 0; }
.ds-about-us__small { font-size: 14px; color: #a1a1a1; margin-bottom: 16px; }
.ds-about-us__p { font-size: 32px; margin-bottom: 0; }
.ds-about-us__p--bold { font-weight: bold; }
.ds-about-us__p--orange { color: #C68102; font-size: 28px; }
.ds-about-us__p--estab:before { content:""; background-image:url('../images/icons/flag.png'); position: absolute; top: 28px; left: 18px; }
.ds-about-us__p--rating:before { content:""; background-image:url('../images/icons/star.png'); position: absolute; top: 34px; left: 80px; height: 80px; width: 80px; background-repeat: no-repeat; }
.ds-about-us__p--wealth:before { content:""; background-image:url('../images/icons/coin.png'); position: absolute; top: 34px; left: 80px; height: 80px; width: 80px; background-repeat: no-repeat; }
.ds-about-us__p--manager:before { content:""; background-image:url('../images/icons/manager.png'); position: absolute; top: 49px; left: 18px; }
.ds-about-us__p--employees:before { content:""; background-image:url('../images/icons/employees.png'); position: absolute; top: 49px; left: 18px; }
.ds-about-us__p--clients:before { content:""; background-image:url('../images/icons/clients.png'); position: absolute; top: 63px; left: 18px; }

@media (max-width: 991px) {
    .ds-about-us__card { padding: 46px 0 46px 56%; }
}

@media (max-width: 767px) {
    .ds-single-banner {
        height: auto;
    }

    .ds-about-us__h4 { font-size: 16px; }
    .ds-about-us__p-orange { margin-bottom: 10px; font-size: 24px; }

    .ds-about-us__card { padding: 20px 0 20px 25%; }

    .ds-about-us__p--rating:before { content:""; background-image:url('../images/icons/star-mobile.png'); position: absolute; top: 34px; left: 28px; height: 40px; width: 40px; background-repeat: no-repeat; }
    .ds-about-us__p--wealth:before { content:""; background-image:url('../images/icons/coin-mobile.png'); position: absolute; top: 34px; left: 28px; height: 40px; width: 40px; background-repeat: no-repeat; }


}
