.about {
  padding-bottom: 100px;
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
  .about {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.about__heading {
  margin-bottom: 37px;
  max-width: 980px;
}

@media screen and (max-width: 1200px) {
  .about__heading {
    margin-bottom: 30px;
  }
}

.about__slogan {
  position: relative;
  padding-left: 54px;
  margin-bottom: 50px;
  max-width: 1000px;
}

.about__slogan::before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  bottom: 5px;
  width: 4px;
  background-color: #0084ff;
}

@media screen and (max-width: 1200px) {
  .about__slogan {
    margin-bottom: 30px;
    padding-left: 33px;
  }
  .about__slogan::before {
    top: 0;
    bottom: 0;
    width: 3px;
  }
}

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

@media screen and (max-width: 1200px) {
  .about__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.about__img {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 60px;
  width: 540px;
  height: 471px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}

@media screen and (max-width: 1200px) {
  .about__img {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
  }
}

.about__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.about__text {
  margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .about__text {
    margin-bottom: 30px;
  }
}

.about__list {
  margin-top: 0 !important;
  margin-bottom: 50px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 1200px) {
  .about__list {
    margin-bottom: 30px !important;
  }
}

.about__btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
  min-width: 244px;
}

@media screen and (max-width: 1200px) {
  .about__btn {
    width: 100%;
  }
}
