.content {
   margin-top: 20px;
}

.articles {
   margin-top: 60px;
}

.articles .content picture {
   width: 200px;
   height: 200px;
   float: left;
   margin-right: 20px;
   margin-bottom: 20px;
}

.articles .text ul {
   margin: 30px;
}

.articles .text ul li {
   margin-bottom: 10px;
}

.articles .text ul li a {
   color: var(--f-button-color);
   font-size: 28px;
   text-decoration: underline;
}

#numbers {
   margin: 100px auto;
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1100px) {

   .articles {
      margin-top: 20px;
      margin-bottom: 60px;
   }

   .articles .content {
      margin-top: 20px;
      flex-wrap: wrap;
      gap: 20px;
   }

   .articles .content picture {
      min-width: 0;
      width: 100%;
      height: auto;
   }

   .articles .content .text {
      font-size: 12px;
      font-weight: 400;
   }

   #numbers {
      margin: 0 auto;
      border-radius: 0;
      width: 100%;
      height: auto;
      display: table;
      padding: 40px 0;
   }

   #numbers .title {
      font-size: 18px;
   }

   #numbers .title br {
      display: none;
   }

   #numbers .items {
      margin-top: 30px;
      flex-wrap: wrap;
      gap: 30px;
   }

   #numbers .items .item {
      width: 100%;
   }

   #numbers .items .item h4 {
      margin-bottom: 8px;
   }

   #numbers .items .item h4 {
      font-size: 14px;
   }

   #numbers .items .item p {
      font-size: 12px;
   }

   #numbers .items .item p br {
      display: none;
   }

   #advantages-5 {
      flex-wrap: wrap;
      gap: 30px;
      align-items: flex-start;
   }

   #advantages-5 {
      padding: 60px 0;
   }

   #steps {
      margin: 0 auto 60px;
   }
}

@media only screen and (max-width: 500px) {}