.background_image-links img {
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  min-width: 1920px;
}

.about {
  background: url(../img/Aboutpage.png) center/100% 100% no-repeat;
}

.cards {
  background: url(../img/Servicepage.png) center/100% 100% no-repeat;
}

.feedback {
  padding-top: 0;
  padding-bottom: 60px;
  background: url(../img/Feedbackpage.png) center/100% 100% no-repeat;
}

.servicepage {
  background: url(../img/service-page.png) center/cover no-repeat;
}

.padding-page {
  padding-top: 0;
  padding-bottom: 150px;
}

.cards__block {
  padding-top: 0 !important;
}

.crumbs {
  font-size: 16px;
  line-height: 140%;
  padding-top: 38px;
}

.crumb {
  color: #ffffff;
}

.header__title {
  margin-top: 40px;
  margin-bottom: 100px;
}

.cards__texts {
  padding-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cards__left {
  padding-right: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}

.cards__text-title {
  display: block;
  font-family: Merriweather;
  padding-bottom: 45px;
  font-weight: bold;
  font-size: 30px;
  line-height: 140%;
}

.cards__text-subtitle {
  font-size: 17px;
  line-height: 130%;
  display: block;
  padding-bottom: 27px;
}

.cards__text {
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
}

.feedback__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.feedback__item img {
  width: 100%;
}

.feedback__blocks-text {
  padding-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feedback__blocks-text span {
  font-size: 17px;
  line-height: 130%;
  max-width: 338px;
  display: inline-block;
  margin-right: 52px;
}

@media (min-width: 576.98px) {
  .header {
    padding-bottom: 115px;
  }
}

@media (max-width: 991.98px) {
  .padding-page {
    padding-bottom: 100px;
  }

  .header__title {
    margin-bottom: 70px;
  }

  .column-1 {
    padding-bottom: 30px;
  }

  .cards__texts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 100px;
  }
}

@media (max-width: 767.98px) {
  .feedback__block {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576.98px) {
  .cards {
    background: url(../img/Servicepage.png) left/auto 100% no-repeat;
  }

  .feedback {
    background: url(../img/Feedbackpage.png) center/250% 100% no-repeat;
    padding-bottom: 70px;
  }

  .padding-page {
    padding-bottom: 70px;
  }

  .header__title {
    margin-bottom: 40px;
  }

  .cards__texts {
    padding-top: 0;
  }

  .cards__text-title {
    font-size: 24px;
  }

  .cards__text-subtitle {
    font-size: 16px;
  }

  .cards__text {
    font-size: 16px;
  }

  .center {
    text-align: center;
  }

  .feedback__block {
    grid-template-columns: repeat(1, 1fr);
  }

  .feedback__blocks-text span {
    padding-bottom: 50px;
    margin-right: 0;
  }

  .feedback__blocks-text {
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.webp .about { background: url(../img/Aboutpage.webp) center/100% 100% no-repeat; }

.webp .cards { background: url(../img/Servicepage.webp) center/100% 100% no-repeat; }

.webp .feedback { background: url(../img/Feedbackpage.webp) center/100% 100% no-repeat; }

.webp .servicepage { background: url(../img/service-page.webp) center/cover no-repeat; }

@media (max-width: 576.98px) {

  .webp .cards { background: url(../img/Servicepage.webp) left/auto 100% no-repeat; }
}

@media (max-width: 576.98px) {

  .webp .feedback { background: url(../img/Feedbackpage.webp) center/250% 100% no-repeat; }
}