.service-content {
  background-color: #efefef;
  min-height: 605px;
  padding-top: 60px;
}

.top-content-container {
  display: flex;
  position: relative;
  width: 100%;

  text-align: center;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-flow: column wrap;
  flex-direction: column;
}

.top-content {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
  word-wrap: normal;
  text-align: justify;
  min-width: 320px;
  max-width: 900px;
  padding: 0px 15px 0px 15px;
}

.bottom-box {
  display: flex;
  width: 100%;
}

.bottom-box ul {
  display: flex;
  list-style-type: none;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  padding-inline-start: 0px;
  padding: 0;
  width: 100%;
}

.processes-content ul {
  padding: 90px;
}

.content-box {
  display: flex;
  background: #ffffff;
  border: 1px solid #e7eaee;
  box-shadow: 0 2px 4px 0 rgba(44, 46, 48, 0.05);
  border-radius: 5px;
  max-width: 414px;
  margin-left: 14px;
  margin-right: 14px;
  margin-top: 20px;
  min-height: 260px;
  text-align: center;
  list-style: none;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  flex-flow: column wrap;
}

.content-box:hover {
  background: #0e9373;
  box-shadow: 0 2px 4px 0 rgba(44, 46, 48, 0.05);
  border-radius: 5px;
  color: #ffffff;
}

.content-box h {
  display: block;
  font-size: 24px;
  color: #0e9373;
  letter-spacing: 0;
  text-align: center;
  margin-top: 30px;
}

.content-box ul li {
  list-style: disc;
  list-style-type: disc;
  font-size: 16px;
  color: #7e8085;
  letter-spacing: 0;
  line-height: 28px;
  margin-block-start: 10px;
  word-wrap: normal;
  text-align: justify;
  width: 100%;
  margin-left: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.content-box:hover h {
  color: #ffffff;
}

.content-box:hover ul li {
  color: #ffffff;
}

.h-line {
  display: block;
  position: relative;
  border: 0.5px solid #e7eaee;
  width: 100%;
  margin-top: 20px;
  border-style: line;
}

.left-content {
  width: 417px;
}

.right-content {
  margin-top: 50px;
  width: 399px;
}

@media all and (max-width: 900px) {
  .content-box h {
    font-size: 22px;
  }
}
