.machine_title {
  font-size: 2.6rem;
  font-weight: 700;
}
.machine_subtitle {
  font-size: 1.5rem;
  font-weight: 500;
}

.item_third2 {
  align-self: center;
}

.item_right {
  text-align: right;
}
.block_grid2 {
  margin: 0 auto;
}
.block_1 {
  margin-top: 4rem;
}
section:hover > .border_img {
  border-color: #00aeef;
}
.block_grid2 > * {
  cursor: pointer !important;
}
@media only screen and (min-width: 450px) {
  html {
    font-size: calc(13px + 7 * ((100vw - 450px) / 826.6));
  }
}

@media only screen and (max-width: 800px) {
  .block_grid2 {
    display: grid;
    grid-template-columns: 1fr;
  }
  .item_right {
    text-align: left;
  }
  .item_third2 {
    order: 0;
  }
  .item_second2 {
    order: 1;
  }
  .block_grid2 {
    margin: 8rem auto;
  }
}

@media screen and (min-width: 1276.6px) {
  html {
    font-size: 20px;
  }
}
