.b_method {
   box-shadow: 0 0 64px 0 #e0e0e0;
   margin-top: 50px;
 }
.b_method ._header {
  margin: 125px 0 65px;
}
.b_method ._content {
  color: #999;
  font-size: 15px;
  max-width: 800px;
  margin: 0 auto 30px;
  text-align: center;
}

.b_method ._items_container {
  margin: 70px 0 20px;
}
.b_method ._item {
  height: 230px;
}
.b_method ._img_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
}
.b_method ._img {
  max-width: 140px;
  max-height: 140px;
}
.b_method ._item_header {
  margin: 30px auto 35px;
  max-width: 250px;
}
@media (max-width: 992px) {
  .b_method ._header {
    margin: 70px 0 50px;
  }
  .b_method ._item_header {
    max-width: 180px;
  }
}
