.info-screen .container {
   margin-top: 90px;
   /* display: none; */
}

.info-screen__info-blocks {
   display: flex;
   align-items: center;
   justify-content: center;
}

.info-block__block {
   margin-right: 105px;
}

.info-block__block:last-child {
   margin-right: 0;
}

.info__block_title {
   margin-bottom: 10px;
   font-style: normal;
   font-weight: 700;
   font-size: 18px;
   line-height: 22px;
   align-items: center;
   color: #645CE0;
}

.info__block_meaning {
   margin-bottom: 20px;
   font-style: normal;
   font-weight: 400;
   font-size: 40px;
   line-height: 48px;
   color: #2A2D33;
}

.number {
   font-weight: 700;
}

.info__block_description {
   font-style: normal;
   font-weight: 400;
   font-size: 20px;
   line-height: 24px;
   color: #2A2D33;
}

@media (max-width: 1024px) {

   .info-screen .container {
      margin-top: 60px;
   }

   .info-screen__info-blocks {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
   }

   .info-block__block {
      margin-right: 35px;
      margin-bottom: 40px;
   }

   .info-block__block:last-child {
      margin-bottom: 0;
      margin-right: 0;
   }

   .info__block_title {

      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 22px;
      color: #645CE0;
   }

   .info__block_meaning {
      font-style: normal;
      font-weight: 400;
      font-size: 40px;
      line-height: 48px;
      color: #2A2D33;
   }

   .info__block_description {
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 24px;
      color: #2A2D33;
   }
}

@media(max-width: 768px) {

   .info-screen .container {
      margin-top: 40px;
   }

   .info-screen__info-blocks {
      display: block;
      margin-left: 10px;
   }

   .info-block__block {
      margin-bottom: 20px;
      margin-right: 0;
   }

   .info__block_title {
      margin-bottom: 0;
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 22px;
      color: #645CE0;
   }

   .info__block_meaning {
      margin-bottom: 5px;
      font-style: normal;
      font-weight: 400;
      font-size: 28px;
      line-height: 34px;
      color: #2A2D33;
   }

   .number {
      font-weight: 700;
   }

   .info__block_description {
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 24px;
      color: #2A2D33;
   }

}
