body .tooltip.infoTooltip .tooltip-inner {
    background-color: grey !important;
    font-size: 1.2em;
    padding: 10px;
    max-width: 200px;
}

.find_title .fa-info-circle {
    font-size: 14px; /* Adjust the size as needed */
    vertical-align: top; /* Align to the top of the line */
    margin-left: 5px;
    color: white;
    cursor: pointer;
}

.section_title .fa-info-circle {
    font-size: 14px; /* Adjust the size as needed */
    vertical-align: top; /* Align to the top of the line */
    margin-left: 5px;
    color: #ff0000;
    cursor: pointer;
}
