.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;
}

.services {
  position: relative;
}

.services__content {
  position: relative;
  margin-top: 50px;
}

.services__title {
  color: #222;
  font-family: "Inter", normal;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 15px 0 25px 0;
  text-decoration: underline !important;
  font-size: 1.5625rem;
  line-height: 140%;
}

.services__title:hover {
  text-decoration: none !important;
}

.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;
}

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

.services__btn {
  border-radius: 10px;
  background: #f4f4f4;
  padding: 10px 32px 10px 15px;
  width: 115px;
  margin-top: 15px;
  font-size: 0.8125rem;
  line-height: 153.8461538462%;
  cursor: pointer;
  position: relative;
}

.services__preloader svg {
  width: 100%;
  height: auto;
}

@media (max-width: 833px) {
  .services__content {
    margin: 35px 0;
  }

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

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
