#main-title-container {
  width: 100%;
}

.title-container {
  width: fit-content;
  min-width: 20%;
}

.section-container {
  width: 90%;
  background-color: aliceblue;
}

#wsp-container {
  width: 90%;
  height: 10%;
  padding: 50px 20px 50px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}

#wsp-container div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: rgb(45, 177, 45);
  border-radius: 100%;
}

#wsp-container div i {
  font-size: 50px;
}

.machine-name {
  z-index: 1;
  width: 85%;
}

.machine-name hr {
  margin-right: 2rem;
}

.machine-body {
  width: 90%;
  margin-top: -1.5rem;
}

.machine-body-1 {
  background-color: rgb(200, 200, 200);
}

.machine-body-1l {
  width: 100%;
  height: fit-content;
}

.machine-body-1l img {
  width: 60%;
  height: 60%;
}

@media (max-width: 570px) {
  #main-title-container {
    flex-wrap: wrap;
  }

  .item-list {
    flex-wrap: wrap;
  }

  .item-machine {
    padding: 0.5rem !important;
    width: 10rem;
  }

  .machine-body {
    width: 100% !important;
  }

  .machine-body-1l {
    width: 100%;
  }

  .machine-body-1l img {
    width: 30rem;
    height: 27rem;
    padding-top: 2rem;
  }

  .machine-body-2 {
    position: static !important;
    margin: -7rem 0rem -8rem 0rem;
    z-index: 1;
  }

  #wsp-container {
    padding: 2rem 1rem 3rem 0px;
  }
}
