.b-service-blocks__item {
  height: 100%;
  padding-bottom: 1rem; }
  .b-service-blocks__item__inner {
    height: 100%;
    background-color: #fff;
    border-radius: 1rem;
    -webkit-box-shadow: 0px 4px 24px rgba(19, 40, 82, 0.07);
            box-shadow: 0px 4px 24px rgba(19, 40, 82, 0.07);
    overflow: hidden; }
  .b-service-blocks__item__picture {
    text-align: center; }
    .b-service-blocks__item__picture a {
      display: inline-block;
      text-decoration: none;
      border-bottom: none; }
    .b-service-blocks__item__picture img {
      width: auto;
      max-width: 100%;
      height: auto; }
  .b-service-blocks__item__body {
    padding: 1.5rem 1rem; }
    @media (min-width: 992px) {
      .b-service-blocks__item__body {
        padding: 40px; } }
  .b-service-blocks__item__name {
    padding-bottom: 1rem; }
    .b-service-blocks__item__name a {
      color: #222222;
      font-weight: bold;
      text-decoration: none;
      border-bottom: none; }
  .b-service-blocks__item__items {
    list-style: none;
    color: #222222;
    font-size: .875rem;
    padding-left: 14px;
    margin-bottom: 0; }
    .b-service-blocks__item__items a {
      font-size: .875rem;
      color: #222222;
      text-decoration: none;
      border-bottom: none; }
