.machine-promos {
  display: flex;
  gap: 39px;
  margin: 48px 0 91px;
  padding: 30px;
  background-color: #f2f2f2;
  border: 1px solid #fff;
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.16);
  scroll-margin-top: 40px;
  transition: box-shadow 300ms ease;
}
.machine-promos:hover {
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.4);
}
@media (max-width: 960px) {
  .machine-promos {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .machine-promos {
    flex-direction: column;
  }
}

.machine-promos__images {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 1fr 1fr;
  gap: 44px 39px;
  flex-shrink: 0;
}
@media (max-width: 960px) {
  .machine-promos__images {
    gap: 0;
  }
}
@media (max-width: 1160px) {
  .machine-promos__images {
    flex: 1;
  }
}

.machine-promos__image {
  overflow: hidden;
}
.machine-promos__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.machine-promos__image:nth-child(1) {
  grid-column: 1;
  grid-row: 1/-1;
  max-width: 435px;
  min-height: 470px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .machine-promos__image:nth-child(1) {
    min-height: 0;
  }
}
.machine-promos__image:nth-child(2), .machine-promos__image:nth-child(3) {
  grid-column: 2;
  aspect-ratio: 206/213;
  max-width: 206px;
  block-size: 100%;
}
@media (max-width: 1160px) {
  .machine-promos__image:nth-child(2), .machine-promos__image:nth-child(3) {
    display: none;
  }
}

.machine-promos__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1160px) {
  .machine-promos__content {
    flex: 1;
  }
}

.machine-promos__text {
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #4B4B4B;
}
.machine-promos__text h3 {
  margin: 0 0 10px;
  font-family: "Sansation", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  color: #191212;
}
.machine-promos__text p {
  margin: 0 0 25px;
}
.machine-promos__text ul {
  margin-top: 0;
  padding-left: 0;
}

.machine-promos__cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 10px 24px;
  background-color: #CB202C;
  border-radius: 3px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 300ms ease;
}
.machine-promos__cta:hover {
  background-color: rgb(158.9446808511, 25.0553191489, 34.4510638298);
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
