﻿.about_content {
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    color: #333;
    font-size: 14px;
}
.about_content span.h4 {
    font-size: 1.5rem;
}
.counter_img {
    width: 100%;
    /* margin-right: 20px; */
}
.small_img .counter_img img {
    /* width: 100%; */
    height: 100px;
}
.single_counterup {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
.single_counterup.small_img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    height: 40px;
    padding: 0px 0 50px;
}
.about_content ul li {
    list-style-type: disc;
    color: #324960;
}
.about_content ul li > span {
    color: #555;
}
.sales_content h5 {
    line-height: 30px;
    text-transform: capitalize;
    color: #3f3b3a;
    font-size: 15px;
    margin: 3vh 0;
    margin-bottom: 5px;
}
.about_sales .aboutsales_text img {
    width: 18px;
}

