.garantias-card{
    border-top: 4px solid #9e9e9e;
    border-bottom: 4px solid #9e9e9e;
    position: relative;
    height: 300px;
    max-width: 250px;
    margin: auto;
    padding: 10px 7px 0 7px;

}

.garantias-card .font-size-15 {
    font-size: 15px;

}

.centraliza {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.garantias-card h5{
    margin-bottom: 80px;
    font-weight: 900;
    font-size: 23px;
}

.garantias-card p {
 font-size: 20px;
 position: absolute;
 top: 100px;
 font-weight: 1;
 line-height: 1.0;
 
}

.icon-block p {
    text-align: center;
}



.row-garantias .col {
    margin-bottom: 100px;
}

@media screen and (min-width: 601px) {
    .garantias-card {
        max-width: 270px;
    }

    .row-garantias {
        max-width: 620px;
    }
}

@media screen and (min-width: 992px) {
    .row-garantias {
        max-width: 999px;
    }
}

