/* Mobile Default */
.mco-f7-block {
  display: block;
  width: calc(100% - 1.75rem);
  margin-left: auto;
  margin-right: auto;
  max-width: var(--dimenWrapper);
}
.mco-f7-block .f7-listicle-header {
  display: grid;
  display: -ms-grid;
  grid-template-columns: auto 4.25rem auto;
  -ms-grid-columns: auto 4.25rem auto;
  grid-template-rows: 4rem;
  -ms-grid-rows: 4rem;
}
.mco-f7-block .f7-listicle-header div:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  min-width: 93.5px;
  background: #cfd2d7;
  margin-top: 31.5px;
  margin-bottom: 31.5px;
  height: 1px;
  margin-right: 1rem;
}
.mco-f7-block .f7-listicle-header div:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  padding-top: 1.25rem;
  overflow: hidden;
}
.mco-f7-block .f7-listicle-header div:nth-child(2) p {
  font-size: 2.875rem;
  color: var(--colorPrimary);
  font-weight: 300;
  margin: 0;
  text-align: center;
}
.mco-f7-block .f7-listicle-header div:nth-child(3) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
  min-width: 93.5px;
  background: #cfd2d7;
  margin-top: 31.5px;
  margin-bottom: 31.5px;
  height: 1px;
  margin-left: 1rem;
}
/* Tablet Styles */
@media (min-width: 768px) {
  .mco-f7-block {
    display: block;
    width: calc(100% - 7rem);
  }
  .mco-f7-block .f7-listicle-header div:nth-child(1) {
    min-width: 248px;
  }
  .mco-f7-block .f7-listicle-header div:nth-child(3) {
    min-width: 248px;
  }
}
/* Desktop Styles */
@media (min-width: 1280px) {
  .mco-f7-block {
    display: block;
    width: calc(100% - 13.75rem);
    padding-left: 6.875rem;
    padding-right: 6.875rem;
  }
  .mco-f7-block .f7-listicle-header div:nth-child(1) {
    min-width: 268px;
  }
  .mco-f7-block .f7-listicle-header div:nth-child(3) {
    min-width: 268px;
  }
}
