
.sectcontent.wid{
max-width: 800px;
}
.num {
  font-weight: 600;
  font-size: 28px;
  font-family: "Anybody";
  background-color: #34d8bf;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 200px;
  padding-top: 3px;
}
.stepmds{
  border-bottom: #34d8bf 3px solid;
  max-width: 300px;
  width: 80%;
  margin: 40px auto;
  text-align: center;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.stepmds p{
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
}
h3 {
  border-bottom: #34d8bf 3px solid;
  font-weight: 300px;
  max-width: 300px;
  width: 80%;
  margin: 20px auto;
  text-align: center;
  padding: 20px 0;
}
.addtext{
    margin-top: 1rem;
}
@media screen and (max-width: 740px) {
}
