/*
Theme Name: imta-theme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.counter-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: left; /* Căn lề trái giống ảnh của bạn */
    padding: 40px 0;
    font-family: sans-serif;
}

.counter-item {
    flex: 1;
    padding: 0 20px;
}

.counter-title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.counter-number {
    font-size: 48px;
    font-weight: 800;
    color: #0047a5;
    line-height: 1;
}
/* Mobile hiển thị dọc */
@media (max-width: 768px) {
    .counter-wrapper {
        flex-direction: column;
        gap: 30px;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}