#mao-infoblocks-home {
  box-shadow: 0 5px 20px rgb(0 0 0 / 0.05);
}

.mao-infoblocks-row {
  position: relative;
  margin: 0 1rem;
  padding: 2rem 0;
}

.mao-infoblocks-row a {
  text-decoration: none;
  color: inherit;
}

.mao-infoblocks-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  position: relative;
  overflow: hidden;
}

.mao-infoblocks-box-figure i {
  font-size: 2.2rem;
  margin-right: 0.7rem;
}

.mao-infoblocks-box-body .h4,
.mao-infoblocks-box-body .h5 {
  margin: 0 0 0.3rem;
  font-weight: bold;
}
.mao-infoblocks-box-body .h4 {
  font-size: 1rem;
}
.mao-infoblocks-box-body .h5 {
  font-size: 0.9rem;
  font-style: italic;
}
.mao-infoblocks-box-body p {
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin: 0.3rem 0 0;
}

@media (max-width: 575.98px) {
  .mao-infoblocks-box-body .h4,
  .mao-infoblocks-box-body .h5,
  .mao-infoblocks-box-body p {
    font-size: calc(.8rem + .32258vw)
  }
}

@media (max-width: 767.98px) {
  .mao-infoblocks-row .hidden-for-mobile {
    display: none;
  }

  .mao-infoblocks-row {
    margin: 0.5rem 0;
  }

  .mao-infoblocks-box {
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
  }

  .mao-infoblocks-box-figure i {
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  .mao-infoblocks-row {
    padding: 1.5rem 0;
  }

  .mao-infoblocks-row > div:nth-of-type(1),
  .mao-infoblocks-row > div:nth-of-type(2) {
    margin-bottom: 1.5rem;
  }

  .mao-infoblocks-row > div:nth-child(odd)::after {
    content: "";
    height: 2.7rem;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-right: 1px dashed #ddd;
  }
}

@media (min-width: 992px) {
  .mao-infoblocks-row > div:not(:last-child)::after {
    content: "";
    height: 2.7rem;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-right: 1px dashed #ddd;
  }
}

@media (max-width: 1199.98px) {
  .mao-infoblocks-box-figure i {
    font-size: 2rem;
  }
}
