.ahura_element_card_box_3 {
    border-radius: 10px;
    padding: 20px 30px;
    background-color: #003f56;
}

.ahura_element_card_box_3 .ah-icon {
    color: white;
}

.ahura_element_card_box_3 .ah-title {
    color: white;
}

.ahura_element_card_box_3 .ah-description {
    color: white;
}

.ahura_element_card_box_3 .ah-value {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ahura_element_card_box_3 .ah-value .ah-first-value {
    font-size: 30px;
    font-weight: bold;
    color: white;
}

.ahura_element_card_box_3 .ah-value .ah-second-value {
    background-color: #eaf4ea;
    padding: 5px 10px 2px;
    border-radius: 20px;
    color: green;
}