#sectionswork {
  /* height: 798px; */
  background-color: #f3f3f5;
}

#sectionswork .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /* width: 100%; */
}

#workbox {
  width: 533px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 4px;
}

#workbox img {
  height: 260px;
  width: 100%;
}

#workbox p {
  height: 30px;
  color: #000;
}
