div.stats {
    background-color: transparent;
}
div.stats div.child {
    padding: 0 30px 40px 30px;
    display: flex;
    align-items: center;
    div.tab {
        flex: 1;
    }
}
div.stats div.child h2 {
    font-size: 25px;
    line-height: 1.5;
    font-weight: 500;
    margin-right: 30px;
}
div.stats div.tab.end {
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin:-8px;
}
div.stats div.tab.end div.subtab {
    position: relative;
    width: calc(50% - (16px + 32px));
    background-color: #f5f7fa;
    aspect-ratio: 1.8/1;
    margin: 8px;
    padding: 16px;
}
div.stats div.tab.end div.subtab:nth-child(1) {
    border-radius: 14px 0 0 0;
}
div.stats div.tab.end div.subtab:nth-child(2) {
    border-radius: 0 14px 0 0;
}
div.stats div.tab.end div.subtab:nth-child(3) {
    border-radius: 0 0 0 14px;
}
div.stats div.tab.end div.subtab:nth-child(4) {
    border-radius: 0 0 14px 0;
}
div.stats div.tab.end div.stat img {
    width: auto;
    height: 47px;
}
div.stats div.tab.end div.stat p.number {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 7px;
}
div.stats div.tab.end div.stat p.info {
    font-size: 17px;
    color: #353535;
}
div.stats div.tab.end div.stat div.texts {
    position: absolute;
    bottom: 18px;
    left: 16px;
}

@media only screen and (max-width: 1200px) {
    div.stats div.tab.end div.stat img{
        height: 40px;
    }
    div.stats div.tab.end div.stat p.number {
        font-size: 27px;
    }
    div.stats div.tab.end div.stat p.info {
        font-size: 16px;
    }
    div.stats div.tab.end div.subtab {
        min-height: calc(155px - 32px);
        aspect-ratio: none;
    }
}
@media only screen and (max-width: 1040px) {   
    div.stats div.child {
        padding: 30px;
    }
    div.stats div.child h2 {
        font-size: 20px;
    } 
    div.stats div.tab.start p {
        font-size: 15px;
    }
    div.stats div.tab.end div.stat p.number {
        font-size: 22px;
    }
    div.stats div.tab.end div.subtab {
        min-height: calc(135px - 32px);
        aspect-ratio: none;
    }
    div.stats div.tab.end div.stat p.info {
        font-size: 15px;
    }
    div.stats div.tab.end div.stat img{
        height: 35px;
    }
    div.stats div.tab.end div.subtab {
        margin: 5px;
        width: calc(50% - (10px + 32px));
    }
    div.stats div.tab.end {
        margin: -5px;
    }
    
    /* div.banner,
    div.quick-links {
        margin-bottom: 40px;
    }
    div.banner div.feature,
    div.quick-links div.links a {
        padding: 16px;
    }
    div.banner div.features,
    div.quick-links div.links {
        gap: 10px;
        margin-top: 20px;
    }
    div.banner p.customer-service {
        margin-top: 10px;
    }
    div.banner p.customer-service span {
        font-size: 18px;
    }
    div.banner p.customer-service span.and {
        font-size: 29px;
    }
    div.banner a.action {
        margin-top: 18px;
        font-size: 16px;
        height: 45px;
    }
    div.quick-links div.links a img {
        height: 40px;
    } */
}
