/**
* Block Name: icons
*/

section.icons .row .col-md-6 {
  margin-bottom: 60px;
}

section.icons .img_wrapper {
  max-height: 150px;
  width: 70%;
  max-width: 150px;
  margin-bottom: 30px;
}
section.icons .img_wrapper img.bg_static_contain {
  object-position: center left;
  -o-object-position: center left;
  font-family: "object-fit: contain; object-position: center left;";
}

section.icons + section.shape {
  margin-top: -150px;
}
