.deletion__banner {
  display   : flex;
  background: url(../assets/images/banner-about-background-desktop.webp) no-repeat center center/cover;
  height    : 300px;
}

.page__main__content {
  padding    : 0 21px;
  text-align : left;
  line-height: 0.8;
  font-weight: 500;
}

.about__values-title {

  font-weight: normal;
  text-align : center;
  margin     : 12px 0;
  color      : #222;
  line-height: 1.2;
}

.page__main__description {
  font-size  : 17px;
  line-height: 23px;
  color      : #4f4f4f;
  margin     : 0;
  max-width: 1000px;
  margin   : 0 auto;
}


/* Tablet small */
@media (max-width: 600px) {

  .deletion__banner {
    height             : 300px;
    background-position: center;
  }

  .page__main__description {
    font-size  : 16px;
    line-height: 1.5;
  }

}

@media (width >=768px) and (width < 1024px) {
  .deletion__banner {
    background: url(../assets/images/banner-about-background-desktop.webp) no-repeat center center/cover;
    height    : 400px;
  }
  .page__main__description {
    font-size  : 18px;
    line-height: 1.6;

  }
}

@media (width < 1024px) {
.deletion__banner {
    background: url(../assets/images/banner-about-background-mobile.webp) no-repeat center center/cover;
    height    : 400px;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .deletion__banner {
    background: url(../assets/images/banner-about-background-desktop.webp) no-repeat center center/cover;
    height    : 500px;
  }

}