@import url(./style.css);

.makita-product {
  margin-top: 5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 3rem;
}

.makita-product .makita-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  width: 200px;
}

.makita-product .last {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 1200px;
  column-gap: 2.2rem;
}

.makita-product .makita-content img {
  width: 200px;
  height: 200px;
  margin-bottom: 1rem;
}

.makita-product .makita-content p {
  text-align: center;
}
