.adv {
   padding-top: 100px;
   padding-bottom: 100px;
}
.adv-title {
   color: #111111;
   font-size: 36px;
   font-style: normal;
   font-weight: 500;
   line-height: 130%;
   text-align: center;
   margin-bottom: 60px;
}
.adv-flex {
   border-top: 1px solid #E8E8E8;
   border-left: 1px solid #E8E8E8;
   display: flex;
   flex-wrap: wrap;
}
.adv-block {
   width: 50%;
   border-right: 1px solid #E8E8E8;
   border-bottom: 1px solid #E8E8E8;
   padding: 44px 44px 44px 44px;
   text-decoration: none !important;
}
.adv-block:hover {
   background: #F9FAFB;
}
.adv-block-icon {
   width: 64px;
   height: 64px;
   margin-bottom: 60px;
}
.adv-block-icon img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: contain;
   object-position: center;
}
.adv-block-title {
   color: #111;
   font-size: 28px;
   font-style: normal;
   font-weight: 500;
   line-height: 120%;
   margin-bottom: 16px;
   text-decoration: none !important;
}
.adv-block-text {
   color: #888;
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 28px;
   text-decoration: none !important;
}
@media screen and (max-width: 992px) {
   .adv {
      padding-top: 80px;
      padding-bottom: 80px;
   }
   .adv-title {
      font-size: 32px;
      font-style: normal;
      font-weight: 500;
      line-height: 130%;
      margin-bottom: 40px;
      text-align: center;
   }
   .adv-block{ 
      padding: 24px;
      width: 100%;
   }
   .adv-flex {
      flex-direction: column;
   }
   .adv-block-icon {
      width: 54px;
      height: 54px;
      margin-bottom: 48px;
   }
   .adv-block-title {
      font-size: 26px;
      margin-bottom: 20px;
   }
   .adv-block-text {
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px;
   }
}