h2.heading {
    color: #523123;
    font-family: "Abril Text";
    font-size: 48px;
}
.number-box {
    color: #5F3E2E;
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    flex: 0 0 50%;
    font-family: 'Avenir Book';
}
.number-box>span {
    margin-right: -10px;
}
.number-box-text {
    color: #1B0A02;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    flex: 0 0 50%;
    padding-left: 7%;
    font-family: 'Avenir Book';
}

.percentage-wrap {
    border-radius: 32px;
    background: #FFF;
    box-shadow: 0px 50px 100px 0px rgba(0, 0, 0, 0.05);
    width: 445px;
    height: 320px;
    flex-direction: column;

}
.percentage-wrap .percentage-value {
    display: flex;
    align-items: center;
     color: var(--color--blue);
}
.percentage-wrap .percentage-value h3 {
    font-size: 132.4px;
    line-height: 100px;
    font-family: 'Avenir Book';
    font-weight: 600;
}
.percentage-wrap .percentage-value span {
    font-size: 57px;
}
.percentage-wrap h4 {
    color: var(--color--blue);
    font-size: 24px;
    font-weight: 700;
    font-family: 'Avenir Book';
}
@media only screen and (max-width:767px)
{
    .counter {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
.stat-wrap {
    flex: 0 0 43%;
    max-width: 43%;
    margin: 0 10px;
}
.number-box>span {
    margin-right: -10px;
}
.number-box {
    font-size: 26px;
}
.number-box-text {
    font-size: 16px;
    padding: 0;
    line-height: 22px;
}
.percentage-wrap {
    width: 100%;
    height: 250px !important;
}
    .percentage-wrap .percentage-value h3 {
        font-size: 132.4px;
        line-height: 110px;
}
}
@media only screen and (min-width:768px) and (max-width:1024px)
{
    .number-box {
    font-size: 30px;
    line-height: 30px;
}
.number-box-text {
    font-size: 18px;
    padding-left: 10px;
    line-height: 22px;
}
.percentage-wrap {
    width: 100%;
    height: 200px;
}
.percentage-wrap .percentage-value h3 {
    font-size: 102.4px;
    line-height: 100px;
}
.number-box>span {
    margin-right: 0px;
}
}
@media only screen and (min-width:1025px) and (max-width:1300px)
{
    .number-box {
    font-size: 35px;
    line-height: 35px;
}
}
@media (min-width:1300px)
{
.percentage-wrap {
    float: right;
}
}