.section-garantimos .circulo-amarelo-titulo {
    background-color: #F59912;
    border-radius: 90px;
    text-align: center;
    padding: 0px 10px;
    color: #ffffff !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin: auto;
    width: 182px;
    margin-bottom: 20px;
    margin-top: 60px;
    min-height: 182px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-garantimos .descricao-garantimos {
    text-align: center;
    font-weight: 400;
    max-width: 670px;
    margin: auto;
    margin-top: 20px;
}

.section-garantimos {
    padding: 40px 0px 0px 0px;
}


    .section-garantimos .garantimos-titulo {
        text-align: center;
        position: relative;
        margin-top: -20px;
        background-color: #ebebeb;
        text-transform: uppercase;
        font-weight: 700;
    }

    .section-garantimos .item-garantimos {
        border: 1px solid gray;
        padding: 10px 20px;
        height: 100%;
        background: #ebebeb;
        position: relative;
        z-index: 1;
    }

    .section-garantimos .item-garantimos {
        min-width:180px;
    }
        .section-garantimos .row > div {
        margin-bottom:20px;
    }