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

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

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

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

.hr-sel-container {
  width: 18%;
}

.hr-sel-container hr {
  width: 100%;
}

.tabs2 ul {
  width: 60%;
}

.item-machine {
  padding: 1.5rem;
  border-style: none;
  background-color: transparent;
}

.item-machine img {
  width: 60%;
  height: 100%;
  padding-bottom: 1.5rem;
  transition: opacity 0.2s;
  cursor: pointer;
}

.item-machine:hover img {
  opacity: 50%;
}

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

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

.machine-body {
  width: 80%;
  margin-top: -2rem;
}

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

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

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

.machine-body-2 {
  position: absolute;
  margin-top: 5rem;
  margin-right: -6rem;
  height: 50%;
}

.line {
  position: absolute;
  bottom: 0;
  transition: left 0.5s ease-in-out, width 0.5s 0.1s;
  height: 5px;
  left: 0;
  width: 69px;
  pointer-events: none;
}

#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%;
}

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

  #extra-info-l .category-selector {
    margin-left: 5rem;
  }

  #extra-info-l img {
    height: 30rem;
  }

  .tabs2 ul {
    width: 100%;
  }

  .item-list {
    flex-wrap: wrap;
    justify-content: center !important;
  }

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

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

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

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

  .machine-body-2 {
    position: static !important;
    margin: -5rem 0rem -5rem 0rem;
    z-index: 1;
    width: 70%;
  }

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