#ten_years {
  background-color: #EDF2F5;
}
#ten_years .main-banner {
  padding: 30px 0;
}
#ten_years .banner {
  min-height: 650px;
  padding: 80px;
  border-radius: 6px;
  background: #FFF url(../assets/images/tenYears/banner.png) center no-repeat;
  background-size: contain;
}
#ten_years .banner__text {
  max-width: 40%;
  font-family: var(--regular-font);
  font-size: 18px;
  line-height: 32px;
  letter-spacing: .01em;
  color: #232427;
}
#ten_years .banner__title {
  max-width: 60%;
  font-family: var(--bold-font);
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  #ten_years .banner {
    background-position: right 80%;
  }
  #ten_years .banner__text {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  #ten_years .banner {
    padding: 60px;
  }
  #ten_years .banner__title {
    max-width: 100%;
  }
  #ten_years .banner__text {
    max-width: 60%;
  }
}
@media (max-width: 768px) {
  #ten_years .banner {
    background-position: right bottom;
    padding: 40px;
  }
  #ten_years .banner__title {
    font-size: 38px;
  }
}
@media (max-width: 600px) {
  #ten_years .banner {
    background-image: none;
    min-height: unset;
  }
  #ten_years .banner__title {
    font-size: 28px;
    line-height: 38px;
  }
  #ten_years .banner__text {
    max-width: 100%;
  }
}
/* Infographics */
#ten_years .infographics {
  padding: 30px 0 90px;
}
#ten_years .infographics__grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 240px 70px 170px 240px 70px 240px;
  grid-template-rows: 260px 180px 80px 260px 180px 110px;
  grid-template-areas:
    "patients   title      title       title  title   rentgen"
    "operations operations operations  blood  clothes clothes"
    "linens     bandages   bandages    blood  clothes clothes"
    "linens     bandages   bandages    covers covers  glass  "
    "linens     syringes   syringes    ecg    ecg     glass  "
    ".          syringes   syringes    ecg    ecg     .      ";
}
#ten_years .infographics__card {
  background-color: #FFF;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 30px;
  display: flex;
}
#ten_years .infographics__card:nth-of-type(1) {
  grid-area: patients;
  background-image: url(../assets/images/tenYears/1.png);
  background-size: 90%;
  align-items: flex-end;
}
#ten_years .infographics__title {
  grid-area: title;
  font-family: var(--bold-font);
  font-size: 38px;
  line-height: 80px;
  text-align: center;
  color: #232427;
}
#ten_years .infographics__card:nth-of-type(3) {
  grid-area: rentgen;
  background-image: url(../assets/images/tenYears/2.png);
  background-size: 90%;
  background-position: left 10%;
  align-items: flex-end;
}
#ten_years .infographics__card:nth-of-type(4) {
  grid-area: operations;
  background-image: url(../assets/images/tenYears/3.png);
  background-size: 40%;
  background-position: left center;
  align-items: center;
  justify-content: flex-end;
}
#ten_years .infographics__card:nth-of-type(5) {
  grid-area: blood;
  background-image: url(../assets/images/tenYears/4.png);
  background-size: 90%;
  background-position: center 10%;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}
#ten_years .infographics__card:nth-of-type(6) {
  grid-area: clothes;
  background-image: url(../assets/images/tenYears/5.png);
  background-size: 60%;
  background-position: 20% 10%;
  align-items: flex-end;
}
#ten_years .infographics__card:nth-of-type(7) {
  grid-area: linens;
  background-image: url(../assets/images/tenYears/6.png);
  background-size: 70%;
  background-position: center 90%;
}
#ten_years .infographics__card:nth-of-type(8) {
  grid-area: bandages;
  background-image: url(../assets/images/tenYears/7.png);
  background-size: 70%;
  background-position: center 10%;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}
#ten_years .infographics__card:nth-of-type(9) {
  grid-area: covers;
  background-image: url(../assets/images/tenYears/8.png);
  background-size: 100%;
  background-position: left 20%;
  align-items: flex-end;
}
#ten_years .infographics__card:nth-of-type(10) {
  grid-area: glass;
  background-image: url(../assets/images/tenYears/9.png);
  background-size: 80%;
  background-position: center 10%;
  align-items: flex-end;
  justify-content: center;
}
#ten_years .infographics__card:nth-of-type(11) {
  grid-area: syringes;
  background-image: url(../assets/images/tenYears/10.png);
  background-size: 80%;
  background-position: center 10%;
  align-items: flex-end;
}
#ten_years .infographics__card:nth-of-type(12) {
  grid-area: ecg;
  background-image: url(../assets/images/tenYears/11.png);
  background-size: 80%;
  background-position: center 10%;
  align-items: flex-end;
}
#ten_years .infographics__text {
  font-family: var(--regular-font);
  font-size: 16px;
  line-height: 26px;
  color: #232427;
}
#ten_years .infographics__number {
  font-family: var(--bold-font);
  font-size: 40px;
  line-height: 30px;
  padding-bottom: 15px;
}
#ten_years .infographics__number--big {
  font-size: 80px;
  line-height: 80px;
}
#ten_years .infographics__number--1 {
  color: var(--main-color);
}
#ten_years .infographics__number--2 {
  color: #1AD5EA;
}
#ten_years .infographics__number--3 {
  color: #9CB3D7;
}
#ten_years .infographics__number--4 {
  color: #EF3232;
}
#ten_years .infographics__number--5 {
  color: #0D47A1;
}
#ten_years .infographics__number--6 {
  color: #91D600;
}
#ten_years .infographics__number--7 {
  color: #94ACDA;
}
#ten_years .infographics__number--8 {
  color: #61778E;
}
#ten_years .infographics__number--9 {
  color: #73BEAB;
}
#ten_years .infographics__number--10 {
  color: #288EE6;
}
#ten_years .infographics__number--11 {
  color: #2B8E85;
}
@media (max-width: 1199px) {
  #ten_years .infographics__grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-template-areas:
      "patients   title      title    rentgen"
      "operations operations blood    clothes"
      "linens     bandages   bandages glass  "
      "linens     covers     covers   glass  "
      "syringes   syringes   ecg      ecg    ";
  }
  #ten_years .infographics__card:nth-of-type(8) {
    background-size: 120px;
  }
  #ten_years .infographics__card:nth-of-type(11),
  #ten_years .infographics__card:nth-of-type(12) {
    background-size: 310px;
  }
}
@media (max-width: 991px) {
  #ten_years .infographics__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(7, 1fr);
    grid-template-areas:
      "title      title  "
      "patients   rentgen"
      "operations blood  "
      "clothes    linens "
      "bandages   glass  "
      "covers     covers "
      "syringes   ecg    ";
  }
  #ten_years .infographics__card {
    background-position: center 10% !important;
    justify-content: flex-start !important;
    align-items: flex-end !important;
    text-align: left !important;
  }
  #ten_years .infographics__card:nth-of-type(1) {
    background-size: 40%;
  }
  #ten_years .infographics__card:nth-of-type(2),
  #ten_years .infographics__card:nth-of-type(3),
  #ten_years .infographics__card:nth-of-type(4),
  #ten_years .infographics__card:nth-of-type(5),
  #ten_years .infographics__card:nth-of-type(6),
  #ten_years .infographics__card:nth-of-type(9),
  #ten_years .infographics__card:nth-of-type(11) {
    background-size: 55%;
  }
  #ten_years .infographics__card:nth-of-type(7),
  #ten_years .infographics__card:nth-of-type(8),
  #ten_years .infographics__card:nth-of-type(10) {
    background-size: 20%;
  }
}
@media (max-width: 600px) {
  #ten_years .main-banner {
    padding-bottom: 0;
  }
  #ten_years .infographics {
    padding: 40px 0;
  }
  #ten_years .infographics__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(12, 1fr);
    grid-template-areas:
      "title"
      "patients"
      "rentgen"
      "operations"
      "blood"
      "clothes"
      "linens"
      "bandages"
      "glass"
      "covers"
      "syringes"
      "ecg";
  }
  #ten_years .infographics__card {
    min-height: 260px;
    background-position: center 10% !important;
  }
  #ten_years .infographics__card:nth-of-type(1),
  #ten_years .infographics__card:nth-of-type(2),
  #ten_years .infographics__card:nth-of-type(3),
  #ten_years .infographics__card:nth-of-type(4),
  #ten_years .infographics__card:nth-of-type(5),
  #ten_years .infographics__card:nth-of-type(6),
  #ten_years .infographics__card:nth-of-type(9),
  #ten_years .infographics__card:nth-of-type(11) {
    background-size: 60%;
  }
  #ten_years .infographics__card:nth-of-type(7) {
    background-size: 20%;
  }
  #ten_years .infographics__card:nth-of-type(9),
  #ten_years .infographics__card:nth-of-type(12) {
    background-size: 90%;
  }
  #ten_years .infographics__card:nth-of-type(8),
  #ten_years .infographics__card:nth-of-type(10) {
    background-size: 25%;
  }
  #ten_years .infographics__title,
  #ten_years .infographics__number--big {
    font-size: 34px;
    line-height: 48px;
    padding-bottom: 0;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
  }
}
