html {
  font-size: 25px;
}
@media only screen and (max-width: 2300px) {
  html {
    font-size: 23px;
  }
}
@media only screen and (max-width: 2200px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 2100px) {
  html {
    font-size: 21px;
  }
}
@media only screen and (max-width: 2000px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1900px) {
  html {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1800px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1700px) {
  html {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1540px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 14px;
  }
}

.old-models .intro {
  padding-top: 3.75rem;
}
@media only screen and (min-width: 992px) {
  .old-models .introduction {
    max-width: 80%;
  }
}
.old-models .section-old-models {
  margin: 70px 0 100px;
}
@media only screen and (min-width: 992px) {
  .old-models .section-old-models {
    margin: 70px 0 150px;
  }
}
.old-models .section-old-models .models-container {
  display: flex;
  flex-direction: column;
  gap: 55px;
}
.old-models .section-old-models .models-container .model-item {
  display: grid;
}
@media only screen and (min-width: 768px) {
  .old-models .section-old-models .models-container .model-item {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) {
  .old-models .section-old-models .models-container .model-item:nth-child(even) {
    direction: rtl;
  }
}
@media only screen and (min-width: 768px) {
  .old-models .section-old-models .models-container .model-item:nth-child(even) > * {
    direction: ltr;
  }
}
.old-models .section-old-models .models-container .model-item .image img {
  height: 100%;
  object-fit: cover;
}
.old-models .section-old-models .models-container .model-item .content {
  background-color: #f6f6f6;
  margin-bottom: 0;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.old-models .section-old-models .models-container .model-item .content h2 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.old-models .section-old-models .models-container .model-item .content .info {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
  font-size: 0.9rem;
  font-weight: 500;
}
.old-models .section-old-models .models-container .model-item .content .info span {
  font-weight: 300;
}
.old-models .section-old-models .models-container .model-item .content .description {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 25px;
}
.old-models .section-old-models .models-container .model-item .content a {
  display: flex;
  align-items: center;
  font-weight: 500;
}

/*# sourceMappingURL=oldmodels.css.map */
