.bordered-blocks {
  max-width: 915px;
  margin: 20px auto 10px;
}

.bordered-blocks__item {
  padding: 0 15px;
  margin-bottom: 20px;
}

.bordered-blocks__block {
  width: 100%;
  border: 6px solid #174078;
  margin: auto;
  height: 100%;
  padding: 10px;
  text-align: center;
}

.bordered-blocks h3.bordered-blocks__title {
  padding: 0;
  margin-bottom: 5px;
}

.bordered-blocks__text {
  padding: 0;
  margin-bottom: 15px;
}

@media screen and (min-width: 575px) {
  .bordered-blocks {
    padding: 0 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .bordered-blocks__item {
    padding: 0 10px;
    width: 50%;
  }
}

@media screen and (min-width: 767px) {
  .bordered-blocks {
    padding: 0;
  }

  .bordered-blocks__item {
    padding: 0 15px;
    width: 33.33%;
    margin-bottom: 10px;
  }

  .bordered-blocks__block {
    max-width: 235px;
  }

  .bordered-blocks h3.bordered-blocks__title {
    font-size: 19px;
    line-height: 23px;
  }

  .bordered-blocks__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
}