.tools {
  width: 1200px;
  max-width: min(100%, 1000px) !important;
  padding: 0vw !important;
  margin: auto;
  text-align: center;
}

h3 {
  margin-bottom: 10px !important;
  color: white;
  font-size: 1.8rem !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  word-break: break;
  font-weight: 500;
}

h5 {
  margin-bottom: 10px;
}

#allTools {
  display: none;
}

.tools .sectionTitle {
  width: 1200px !important;
  max-width: min(100%, 1000px) !important;
  padding: 40px !important;
}

.tools .sectionText {
  width: 100%;
  text-align: center;
}

.toolSections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.toolSectionGroup {
  width: 100%;
  min-width: min(90%, 400px);
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.toolSectionContainer {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  margin-bottom: 10px;
  margin-top: 30px;
  background: #4c6c4d;
  border-radius: 20px;
  overflow: hidden;
}

h5 {
  color: white !important;
  font-size: 1rem !important;
  font-weight: 300;
}

.toolSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-flex: 0.9;
      -ms-flex-positive: 0.9;
          flex-grow: 0.9;
  background: rgb(227, 238, 226);
  color: #38563a;
  padding: 10px;
  background: white;
}

.dots {
  opacity: 0.9;
  color: rgb(218, 218, 218);
  -webkit-text-stroke: 0.5px rgba(94, 94, 94, 0.613);
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 2px;
}
.dots span {
  -webkit-text-stroke: 0px white;
}

.otherSkills {
  width: 100%;
}

.otherSkills .tool {
  font-size: 1rem !important;
  width: min(50%, 200px);
}

.tool {
  overflow: wrap;
  word-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  padding: 10px;
  border-radius: 0px;
  margin-left: 2px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: auto;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tool small {
  font-size: 0.7rem;
}

.tool .logo {
  max-height: 2rem !important;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hidden {
  display: none;
}/*# sourceMappingURL=tools.css.map */