.details {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 48px;
}
.carer {
  width: 67%;
}

.rueo {
  width: 33%;
     margin-top: 70px;
}

.ca {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #ea4c89;
  line-height: 20px;
}

.titer {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  margin: 12px 0;
}
.ttime {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #999999;
  line-height: 20px;
  margin: 12px 0;
}

.howm dl {
  width: 100%;
  flex-direction: row-reverse;
}
.howho {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin: 4px 0;
}
.dehowdo {
  border-top: 1px solid #f47c27;
  border-bottom: 1px solid #f47c27;
  padding: 24px;
  margin-top: 48px;
}

.prvous {
  display: flex;
  margin-top: 52px;
  align-items: center;
  justify-content: space-between;
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
      cursor: pointer;
}
.icon-arrow_right:before {
  color: #f47c27;
}
.icon-arrow-left:before {
  color: #f47c27;
  font-size: 20px;
  margin-left: 8px;
}
.mmoidhdyude dl {
  width: 48%;
}

.mmoidhdyude {
  margin-top: 24px;
}

.mmoidhdyude dl:nth-child(1) {
  display: flex;
  flex-direction: row;
}

.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;
}
.howde {
    display: flex;
      align-items: center;
    justify-content: center;
}
.span {
  font-family: Arial, Arial;
font-weight: bold;
font-size: 16px;
color: #333333;
line-height: 20px;
      margin-right: 20px;
}
.icon-collection-selected:before {
    color: #ffb300;
    display: inline-block;
}
.icon-collection-selected:before {
    font-size: 20px;
 
    padding-right: 6px;
    cursor: pointer;
}

.icon-collection-unselected:before {
    color: #ccc;
    display: inline-block;
}
.icon-collection-unselected:before {
    font-size: 18px;
    padding-right: 6px;
    color: #ccc;
    cursor: pointer;
}

.footer_twiter {
    display: flex;
      align-items: center;
    justify-content: center;
      margin-top: 24px;
}

.howm dl dt {
    width: 50%;
 height: 110px;
}
.howm dl dd {
    width: 50%;
}


.icon-facebook:before, .icon-twitter:before, .icon-whatsapp:before, .icon-reddit:before, .icon-link:before {
    padding: 4px;
    font-size: 30px;
    font-weight: 100;
   color: #fff;
    background: #F47C27;
    border-radius: 4px 4px 4px 4px;
    margin-left: 20px;
    cursor: pointer;
}
@media (max-width: 1100px) {
  .carer {
    width: 100%;
  }

  .rueo {
    width: 100%;
          margin-top: 0px;
  }
  .details {
    gap: 0px;
    flex-direction: column;
  }
  .howm dl {
    width: 48%;
  }
  .h1 {
    width: 100%;
  }
 
}

@media (max-width: 765px) {
  .howde {
      gap: 12px;
    flex-direction: column;
}
   .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;
  }
  .details {
    padding: 0px;
    width: 95%;
  }
  .ca {
    font-size: 14px;
    line-height: 18px;
  }

  .titer {
    font-size: 16px;
    line-height: 20px;
  }
  .ttime {
    font-size: 14px;
    line-height: 18px;
    margin: 12px 0;
  }
  .icon-arrow-left:before {
    font-size: 16px;
    margin-left: 0px;
  }

  .prvous {
    font-size: 16px;
    line-height: 20px;
    margin-top: 24px;
  }
  .howm dl {
    width: 100%;
  }

  .div {
    display: none;
  }
}

































