body, h2, p, div, span {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.vm_numeros_section {
    width: 100%;
    padding: 50px 10%;
    text-align: center;
    background-color: #f9f9f9;
}

.vm_numeros_section h2 {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #70411E;
}

.vm_numeros_section p {
    font-size: 1em;
    color: #A86D28;
    margin-bottom: 40px;
}

.vm_numeros_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vm_numeros_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
	font-size: 0.8em;
}

.vm_numeros_icon_wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.vm_numeros_icon {
    width: 120px;
    height: 120px;
	border-radius: 50%;
}

.vm_numeros_number {
    font-size: 2.5em;
    font-weight: bold;
    color: #70411E;
    margin-bottom: 10px;
    display: block;
	 font-family: "Arial Narrow", Arial, sans-serif; /* Alteração */;
}

.vm_numeros_item p {
    font-size: 1.1em;
    color: #70411E;
    margin: 0;
}




.vm_numeros_legenda {
    font-size: 2.2em; /* Impactful title size */
    font-weight: bold; /* Make the title bold for stronger impact */
    color: #70411E; /* Dark color for title */
    margin-bottom: 20px;
    text-align: center;
	font-family: "Agency FB", Arial, sans-serif;
	z-index: 999999999999999999999;
}
