@media (max-width: 991px) {
  .about {
    padding: 0;
  }
  .sub-about {
    padding: 0 0 0 0;
    flex-direction: column;
  }
  .about-inf {
    padding: 20px calc((100vw - 720px) / 2);
    border-radius: 0;
  }
  .inf {
    padding: 0 0 0 20px;
  }
  .about-img {
    display: none;
  }
}

@media (min-width: 992px) {
  .about {
    padding: 0 calc((100vw - 1170px) / 2) 0 0;
  }
  .sub-about {
    padding: 0 30px 0 0;
  }
  .about-inf {
    padding: 30px 30px 30px calc((100vw - 1170px) / 2);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .inf {
    padding: 0 0 0 30px;
  }
}

.about {
  width: 100%;
}

.sub-about {
  display: flex;
  gap: 30px;
}

.about-inf {
  min-height: 456px;
  background: left / cover url('aboutbg.svg');
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
}

.inf {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.achivments {
  display: flex;
  gap: 32px;
}

.achive {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.achive h1 {
  font-size: 32px!important;
}

.about-img {
  flex: 1;
}

.img {
  min-height: 456px;
  background: center / cover url('about.png');
  border-radius: 20px;
}

