.section-corpo img
{
    width: 100px;
}

.section-corpo ul
{
    list-style: none;
}
  
.section-corpo ul li::before
{
    content: "\2022";
    color: #EE7634;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -15px;
    font-size: 16px;
}

.section-corpo .alert-azul
{
    background-color: #2874E3;
    color: #FFF;
    font-size: 12px;
}

.section-corpo small
{
    color: #999 !important;
    font-size: 12px !important;
    line-height: 12px !important;
}

.section-corpo .valor
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: #2A66B0;
}