/* section 1 -----START */
.completeSection1 {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 200px;
  border: 2px solid #23ad3e;
  border-radius: 4px;
  padding: 50px;
}
.completeSection1Title {
  text-align: center;
  font: normal normal normal 18px poppins-semibold, poppins, sans-serif;
  color: #23ad3e !important;
  margin-top: 30px;
}
.section1Icon {
  height: 80px;
  width: 80px;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .completeSection1 {
    height: 100%;
  }
  .completeSection1Title {
    margin-bottom: 20px;
  }
}
/* section 1 -----END */
