.main {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 48px;
  margin-top: 24px;
  position: relative;
  justify-content: center;
}
.deleft {
  max-width: 720px;
}
.deconter {
  max-width: 192px;
  position: absolute;
  top: 200px;
}

.deriter {
  max-width: 192px;
  margin-top: 200px;
}
.conder {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.conder span {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  background: #ffd400;
  border-radius: 4px 4px 4px 4px;
  padding: 8px 12px;
}

.footer_twiter {
  display: flex;
}

.icon-facebook:before,
.icon-twitter:before,
.icon-whatsapp:before,
.icon-reddit:before,
.icon-link:before {
  padding: 4px;
  font-size: 30px;
  font-weight: 100;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #e6e6e6;
  margin-left: 20px;
  cursor: pointer;
}

.fowmidj {
  width: 100%;
}
.fowmidj dl {
  width: 100%;
}

.fowmidj dl {
  flex-direction: column;
}

.howm dl dt {
  width: 100%;
}
.howm dl dd {
  width: 100%;
}
.h2 {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.derder {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 12px;
}
.wh p,
.wh p span,
.wh ul,
.wh ul li,
.wh ol,
.wh ol li {
  padding: 0 !important;
  text-align: left !important;
  margin-left: 0 !important;
  margin-bottom: 10px !important;
  font-family: Arial, Arial !important;
  text-indent: 0pt !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #333333 !important;
  line-height: 24px !important;
}
.wh h1,
.wh h2,
.wh h3,
.wh h4 {
  text-indent: 0 !important;
  margin-left: 0 !important;
  margin-top: 10px !important;
  font-family: Arial, Arial !important;
  font-weight: bold !important;
  font-size: 16px !important;
  color: #333333 !important;
  line-height: 24px !important;
  margin-bottom: 12px !important;
}

.wh img {
  display: block;
  cursor: auto;
  width: 100% !important;
  max-width: 600px !important;
  margin: 15px auto 0px !important;
  height: auto !important;
}

.wasth {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 24px;
  margin-top: 48px;
}
.lede {
  display: flex;
  justify-content: space-between;
}
.lede dl {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
}
.lede dl dd {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
}

.lede dl dt {
  background: #f7f7f7;
  border-radius: 200px 200px 200px 200px;
  padding: 24px;
  margin-bottom: 8px;
}
.icon-a-Learnedpracticalmethods:before,
.icon-a-Solvedmyquestions:before,
.icon-a-Inspirednewideas:before {
  font-size: 24px;
}
.reale .homwwdl dl {
  width: 31%;
  background: #11191f;
}
.reale .homwwdl dl dd p {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 12px;
  color: #ffd400;
  line-height: 16px;
  margin: 8px 0;
}
.howhow {
    color: #ffffff;
}
.lede dl.activ {
  color: #7550ad;
}
.lede .activ dd {
  color: #7550ad;
}.lede .activ dt {
  background: #F6F3FA!important;
}


.deconter .heale {
  width: 100%;
  background: none;
  overflow: hidden;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
  border-radius: 12px 12px 12px 12px;
  padding: 0px;
}
.deconter .howm dl dt {
  display: none;
}
.tagcloud {
  padding: 0 12px;
}

.h1 {
  font-size: 16px;
  line-height: 20px;
  background: #7550ad;
  padding: 12px;
  margin-bottom: 0px;
}

.icon-Popular01:before {
  margin-right: 10px;
}
.tagcloud .howm .how {
  color: #333333;
}

.howm {
  gap: 20px;
  margin-top: 12px;
  padding-bottom: 20px;
}
.homwwdl dl dt {
   
    height: 116px;
  
}
@media (max-width: 1250px) {
  .main {
    width: 95%;
    gap: 24px;
  }
  .reale {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .deconter {
    position: inherit;
    top: 0;
  }
  .main {
    flex-direction: column;
  }
  .deleft {
    max-width: 100%;
    margin-left: 0px;
  }
  .deconter {
    max-width: 100%;
  }
  .howm {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .howm dl {
    width: 48%;
  }

  .deriter {
    max-width: 100%;
    margin-top: 0px;
  }

  .fowmidj dl {
    width: 31%;
  }
  .fowmidj dl dt {
    height: 150px;
  }
}

@media (max-width: 765px) {
  .wh p,
  .wh p span,
  .wh ul,
  .wh ul li,
  .wh ol,
  .wh ol li {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .wh h1,
  .wh h2,
  .wh h3,
  .wh h4 {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .conder span {
    font-size: 12px;
    line-height: 16px;
  }
  .icon-facebook:before,
  .icon-twitter:before,
  .icon-whatsapp:before,
  .icon-reddit:before,
  .icon-link:before {
    padding: 0px;
    font-size: 24px;
    margin-left: 12px;
  }

  .h2 {
    font-size: 16px;
    line-height: 20px;
  }

  .derder {
    font-size: 14px;
    line-height: 18px;
  }

  .wasth {
    font-size: 16px;

    line-height: 20px;
    margin-bottom: 12px;
    margin-top: 24px;
  }

  .lede dl dt {
    padding: 16px;
  }

  .icon-a-Learnedpracticalmethods:before,
  .icon-a-Solvedmyquestions:before,
  .icon-a-Inspirednewideas:before {
    font-size: 16px;
  }
  .lede dl dd {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .reale .homwwdl dl {
    width: 48%;
  }

  .main {
    gap: 12px;
  }

  .howm {
    gap: 12px;
    margin-top: 12px;
  }
  .howm dl {
    width: 100%;
  }
  .howm dl dd p {
    font-size: 12px;
    line-height: 16px;
  }
  .tagcloud .howm .how {
    font-size: 14px;
    line-height: 18px;
  }
  .fowmidj dl {
    width: 48%;
  }
}















