#page-container { width: auto !important }
.breadcrumbs {
  background-color: #f1f1f1;
  margin-top: 0 !important;
  padding-top: 10px;
  width: 100%;
}
.breadcrumbs > .grid_16 {
  display: block;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.tm-subcategory-article {
  font-family: 'Lato', Tahoma, Helvetica, Sans-Serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.35em;
  color: #4d4d4d;
  background-color: #f1f1f1;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.tm-subcategory-article p,
.tm-subcategory-article ul,
.tm-subcategory-article ol,
{
  margin: 20px 0;
}
.tm-subcategory-article li + li {
  margin-top: 12px;
}

.tm-subcategory-article a {
  color: #fa4d32;
}

.tm-subcategory-article .container {
  margin: 0 auto;
  max-width: 960px;
  padding: 10px 20px 30px 20px;
}

.tm-subcategory-article h1 {
  font-weight: bold;
  margin: 0 0 20px 0;
  font-size: 33px;
  color: #5c5f70;
  line-height: 1.2em;
}
.tm-subcategory-article h1 strong {
  color: #fa4d32;
  font-weight: 900;
  font-style: italic;
  margin-right: 5px;
}
.tm-subcategory-article h1 b {
  color: #979797;
  font-weight: 900;
  font-style: italic;
  margin-right: 5px;
}
.tm-subcategory-article h1 strong+b {
  margin-left: -5px;
}

.tm-subcategory-article h2 {
  font-weight: normal;
  margin: 20px 0;
  font-size: 19px;
  color: #707070;
}
.tm-subcategory-article h1 + h2 {
  margin-top: -10px;
}

.tm-subcategory-article h3 {
  font-weight: normal;
  margin: 20px 0;
  font-size: 18px;
  color: #707070;
}

.tm-subcategory-article h4 {
  font-weight: bold;
  margin: 20px 0;
  font-size: 15px;
  color: #484848;
}

.tm-subcategory-article .row {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.tm-subcategory-article .align-self-center {
  align-self: center;
  text-align: center;
}
.tm-subcategory-article .align-center {
  align-items: center;
}

.tm-subcategory-article .tm-spec-bubbles {
  display: flex;
  gap: 25px;
  margin-top: 30px;
}

.tm-subcategory-article .tm-spec-bubbles > div {
  display: flex;
  flex-direction: column;
  flex-basis: 60px;
  flex-grow: 1;
  align-items: center;
  text-align: center;
}
.tm-subcategory-article .tm-spec-bubbles > div > div {
  overflow: hidden;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #b9b9b9;
  color: #f2f2f2;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tm-subcategory-article .tm-spec-bubbles > div > div > div {
  flex-basis: 55px;
}

.tm-subcategory-article .tm-spec-bubbles > div label {
  color: #909090;
  font-family: 'Roboto Condensed', Tahoma, Helvetica, Sans-Serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2em;
  margin-top: 8px;
}


.tm-subcategory-article .tm-subcategory-list h4 {
  text-align: center;
  color: #898989;
  margin: 30px 0 5px 0;
  padding: 0;
}
.tm-subcategory-article .tm-subcategory-list {
  display: flex;
  gap: 10px 15px;
  flex-wrap: wrap;
  justify-content: center;
}


.tm-subcategory-article img {
  margin-top: 25px;
}



@media (max-width: 850px) {
  .tm-subcategory-article .row { flex-direction: column }
  .tm-subcategory-article h4 { margin-top: 0 }
  .tm-subcategory-article img { margin-top: 0 }
  .tm-subcategory-article img + img { margin-left: 20px }
  .tm-subcategory-article .row { margin-bottom: 20px }
}