main .title_default {
  flex-wrap: wrap;
}
main .title_default > .subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #adadad;
  min-width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin: 3px 0 0 0;
  color: #f5ce30;
}
@media screen and (max-width: 1297px) {
  main .title_default > .subtitle {
    font-size: 12px;
    margin: 2px 0 0 0;
  }
}

main .models_home {
  margin-bottom: 50px;
}
@media screen and (max-width: 1297px) {
  main .models_home {
    margin-bottom: 30px;
  }
}

section.s_counter {
  margin: 0;
  min-height: 10vh;
  background: #9b0000;
  padding: 40px 0;
}
section.s_counter .num {
  color: #f3cc2f;
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
}
section.s_counter .txt {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 1297px) {
  section.s_counter {
    padding: 20px;
  }
  section.s_counter .row {
    gap: 16px;
    justify-content: center;
  }
  section.s_counter .num {
    font-size: 30px;
  }
  section.s_counter .txt {
    font-size: 15px;
  }
}