/* Description: CSS to Animated counter
Create: 2025-01-06
Update: 2025-01-06 21:06:56
Workspace: AntSoftWSPHP
Relative path: vendor\css\counter.css
Autor(s): William Costa Rodrigues
Copyright(c) 2025, William Costa Rodrigues
Dependency: Informe the dependencies
*/
.counter-container {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0 !important;
    font-family: "Oswald", sans-serif;
}

.counter {
    font-size: 40px;
    margin-top: 10px;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
}