.module-page-13 .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: -56px;
}

.module-page-13 .grid .item {
  width: 100%;
  padding-bottom: 56px;

}
.module-page-13 .item img {
  width: 100%;
}

.module-page-13 .text-wrap{
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.module-page-13 .module-title {
  margin-top: .75rem;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 21px;
}

.module-page-13 .module-title-link .module-title {
  -webkit-transition: color .15s ease-in-out;
  -o-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
}

.module-page-13 .module-title-link:hover .module-title {
  color: var(--gray-600);
}

.module-page-13 .content {
  margin-top: 1.5rem;
}

.module-page-13 .btn-link {
  padding: 0.75rem 0.5rem;
  margin-left: -0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.module-page-13 .btn-link .icon {
  height: 12px;
  width: 12px;
}

@media(min-width: 576px) {
  .module-page-13 .grid{
    --pl: 18px;
    margin-bottom: calc(-1 * var(--pl));
  }
  .module-page-13 .grid .item{
    padding-bottom: var(--pl);
  }
  .module-page-13 .grid .item:nth-child(4n),
  .module-page-13 .grid .item:nth-child(4n - 3) {
    width: calc( (100% - 2 * var(--pl)) * 0.4304 );
  }
  .module-page-13 .grid .item:nth-child(4n - 1),
  .module-page-13 .grid .item:nth-child(4n - 2){
    width: calc( (100% - 2 * var(--pl)) * 0.5696 );
    margin-left: var(--pl);
    margin-right: var(--pl);
  }
}
@media(min-width: 768px) {
  .module-page-13 .grid{
    --pl: 38px;
  }
}
@media(min-width: 992px) {
  .module-page-13 .grid{
    --pl: 54px;
  }
}
@media(min-width: 1200px) {
  .module-page-13 .grid{
    --pl: 72px;
  }
}

