
#tools {
  background-color: rgb(221, 129, 249);
}

#tools .children {
  max-width: 1100px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  min-height: inherit;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  box-sizing: border-box;
}

#tools article {
  margin-bottom: 22px;
  margin-right: 22px;
  width: calc(25% - 22px);
  min-height: 160px;
}

#tools article.section-header {
  margin-bottom: 22px;
  margin-right: 22px;
  background-color: transparent;
  align-items: center;
  width: 100% !important;
  min-height: 0 !important;
  height: inherit !important;
}

#tools .divider {
  height: 5px;
  max-width: 200px;
  background-color: white;
}

#tools .title_preset_1 {
  color: white;
}

#tools .section-children {
  width: 100%;
  min-height: inherit;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: 22px;
  margin-right: auto;
}

#tools .section-item {
  background-color: white;
  flex-direction: column;
  border: 0px transparent solid;
  box-sizing: border-box;
}

#tools .section-item:hover {
  transition: transform 1s cubic-bezier(0.04, -0.03, 0, 1.01);
  transform: translateY(-3%);
}

#tools .pic-side {
  height: 0px;
  min-height: inherit;
  position: relative;
  width: 100%;
  flex-grow: 1;
  overflow: hidden;
}

#tools img {
  display: inline-block;
  width: 100%;
  min-height: 160px;
}

#tools article .pic-side img.pic {
  position: absolute !important;
  object-position: 45% 40%;
  width: 100% !important;
  height: 100% !important;
  min-height: inherit;
  left: 0px;
  top: 0px;
  object-fit: cover;
  object-position: center center;
}

#tools .section-item .text-side {
  max-width: 300px;
  margin: 10px;
  padding: 10px;
  background-color: transparent;
  border-radius: 0px;
  flex-grow: 50;
  margin-right: auto !important;
  margin-left: auto !important;
  align-self: center;
  justify-content: center;
  position: relative;
  text-align: center;
  padding: 10px 0px 10px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

#tools .section-item .text-side a {
  text-decoration: none;
}

@media only screen and (max-width: 460px) {
  #tools .section-children {
    margin-right: 22px;
  }


  #tools article {
    width: 100% !important;
    text-align: center;
    margin-left: 22px;
    min-height: 30px;
  }
  #tools .section-item {
    display: flex;
    flex-direction: row;
  }

  #tools .section-item .pic-side {
    width: 40%;
    max-height: 90px;
    height: 100%;
  }

  #tools .section-item .pic-side img {
    min-height: 0;
  }
}

@media only screen and (max-width: 850px) {
  #tools article {
    width: 40% !important;
    flex-grow: 1;
    text-align: center;
    justify-content: center;
    
  }
}