﻿@media screen and (max-width: 1500px) {
  .items > .item > span:first-child {
    font-size: 30px;
    margin-left: 30px;
  }
  .items > .item > span:first-child + span {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .header .search-container {
    width: 60%;
  }
  .header .search-container .search-input {
    width: 85%;
  }
  .items > .item > span:first-child {
    font-size: 26px;
    margin-left: 20px;
  }
  .items > .item > span:first-child + span {
    font-size: 18px;
  }
  .page-content .items > .item {
    height: 150px;
    line-height: 150px;
  }
  .items > .item > img {
    width: 35%;
  }
}
@media screen and (max-width: 992px) {
  .header {
    height: 380px;
  }
  .header .logo-mini {
    margin-top: 20px;
    width: 150px;
  }
  .header .page-title {
    margin: 20px auto;
    max-height: 90px;
  }
  .header .search-container {
    width: 95%;
  }
  .header .search-container .search-input {
    width: 75%;
  }
  .page-content .description {
    height: auto;
    padding: 10px;
  }
  .page-content .description > span {
    width: auto;
    height: auto;
    padding: 5px 15px;
    font-size: 20px;
  }
  .page-content .description > p {
    width: 100%;
    margin: 0;
  }
  .page-content .items {
    margin-bottom: 20px;
  }
  .page-content .items > .item {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
    height: 120px;
    line-height: 120px;
  }
  .items > .item > span:first-child {
    font-size: 20px;
    margin-left: 15px;
  }
  .items > .item > span:first-child + span {
    font-size: 16px;
  }
  .items > .item > img {
    max-width: 150px;
  }
}
