.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.popular-services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.popular-services__item {
  display: block;
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 25px;
  font-size: 1.125rem;
  line-height: 138.8888888889%;
}

.popular-services__item:hover {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(156, 156, 156, 0.25);
          box-shadow: 0px 5px 20px 0px rgba(156, 156, 156, 0.25);
}

.popular-services__btn-show {
  margin-top: 5px;
}

@media (max-width: 833px) {
  .popular-services__item {
    padding: 15px 20px;
    font-size: 1rem;
    line-height: 140%;
  }
}
@supports (appearance:none){

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
