.icon-bloc {
    height: 270px;
    border-style: groove;
    border-width: 2px;
    max-width: 250px;
    padding-top: 50px;
    margin: 0 auto 30px auto;
}

 .card-image img {
    margin: 0 auto;
    max-width: 65px;
    min-width: 65px;
    height: 65px;

}

.card {
    box-shadow: none;
}

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

i.right {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 10px;
    margin-right: 10px;
}

.card ul{
 font-size: 16px;
 font-weight: 900;
}

.card .card-title{
    font-weight: 900;
   }
   


@media screen and (min-width: 400px) {
    .card-image img  {
        max-width: 80px;
        min-width: 80px;
        height: 80px;
    }

    .icon-bloc {
        height: 290px;
        max-width: 270px;
    }
}

@media screen and (min-width: 600px) {
    .card-image img  {
        max-width: 120px;
        min-width: 120px;
        height: 120px;
    }

    .icon-bloc {
        height: 320px;
        max-width: 300px;
    }

    .row {
        max-width: 700px;
    }
}

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