.about-company-home {
  padding-bottom: clamp(50px, 50 * (100vw - 393px) / 887 + 50px, 100px);
}

.about-company-home-container {
  position: relative;
  display: grid;
}
@media screen and (min-width: 1220px) {
  .about-company-home-container {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

.about-company-home-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1220px) {
  .about-company-home-title-wrapper {
    align-items: flex-start;
    padding-top: 100px;
  }
}

.about-company-home-title {
  color: var(--text-dark);
  font-family: var(--font-family);
  font-size: clamp(32px, 22 * (100vw - 393px) / 887 + 32px, 54px);
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 59.4px */
  margin-bottom: clamp(35px, 15 * (100vw - 393px) / 887 + 35px, 50px);
}

.about-company-home-prg {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--Text-secondary-dark, #50666a);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  margin-bottom: 86px;
}
@media screen and (min-width: 960px) {
  .about-company-home-prg {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 1219px) {
  .about-company-home-button-container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 32px;
    margin-bottom: 32px;
  }
}

.about-company-home-button-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.about-company-home-machine-wrapper {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  border-radius: 24px;
  background: #f2fafc;
  box-shadow: 4px 6px 12px 0px rgba(29, 32, 31, 0.2);
  padding: 168px 20px 20px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .about-company-home-machine-wrapper {
    width: 880px;
    height: 221px;
    padding: 54px 44px 0 380px;
  }
}
@media screen and (min-width: 1220px) {
  .about-company-home-machine-wrapper {
    position: absolute;
    bottom: -16px;
  }
}

.about-company-home-machine-img {
  width: clamp(349px, 17 * (100vw - 393px) / 887 + 349px, 366px);
  height: clamp(214px, 0 * (100vw - 393px) / 887 + 214px, 214px);
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -54px;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 960px) {
  .about-company-home-machine-img {
    left: 0;
    top: -21px;
    transform: translate(0, 0);
  }
}

.about-company-home-machine-prg {
  color: var(--text-dark);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  position: relative;
  z-index: 1;
}

.about-company-home-machine-icon {
  position: absolute;
  bottom: 20px;
  right: 23px;
  z-index: 0;
}

.about-company-img-wrapper {
  margin: 0 auto;
}

.about-company-main-img {
  height: clamp(510px, 328 * (100vw - 393px) / 887 + 510px, 838px);
  width: clamp(353px, 227 * (100vw - 393px) / 887 + 353px, 580px);
}
/*# sourceMappingURL=about-company-home.css.map */
