.generic_module{
  padding:50px 15px;
}
.generic_module__blocks{
/*   padding: 15px; */
}

.generic_module__content_text{
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #505B62;
}

.generic_module__content_text h1,.generic_module__content_text h2,.generic_module__content_text h3,.generic_module__content_text h4,.generic_module__content_text h5,.generic_module__content_text h6{
  font-style: normal;
  font-weight: 800;
  line-height: 35px;
  color: #00111B;
}

.generic_module__blocks__item{
  background: #FFFFFF;
  box-shadow: 2px 22px 30px #dbe0e3;
  border-radius: 5px;
  padding: 25px 20px;
  text-align: center;
  max-width: 177px;
  margin: auto;
  margin-top: 15px;
  margin-bottom:15px;
}
.generic_module__blocks__item__top{
  margin-top:25%;
}
.generic_module__blocks__item__img{
  display: block;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 25px;
}
.generic_module__blocks__item__description{
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #00111B;

}
.row_reverse{
  flex-direction: row-reverse;
}
 .generic_module__blocks__img{
    display:block;
    margin:auto;
  }
@media only screen and (max-width: 768px) {

  .generic_module__blocks__item__top{
    margin-top:0%;
  }
