.wr-info-desktop .info{
   padding: 40px 0;
   border-bottom: 1px solid #a9a9a9;
}

.wr-info-desktop .info:first-child{
   padding-top: 0;
}

.wr-info-desktop .info:last-child{
   padding-bottom: 0;
   border-bottom: none;
}

@media (max-width: 701px){
   .wr-info-desktop .info{
      border-bottom: none;
   }

   .wr-info-desktop .info .button{
      display: flex !important;
   }

   .wr-info-desktop .info .data .digit:first-child{
      width: 31% !important;
   }

   html .wr-info-desktop{
      margin-bottom: 35px;
      margin-top: 50px !important;
   }
}