.how_we_work {
  padding-top: 100px;
}
@media only screen and (max-width: 860px) {
  .how_we_work {
    padding-top: 50px;
  }
}
.how_we_work .container .h2 {
  margin-bottom: 20px;
}
.how_we_work .container .how_we_work_content {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 860px) {
  .how_we_work .container .how_we_work_content {
    flex-direction: column;
  }
}
.how_we_work .container .how_we_work_content .left {
  width: 100%;
}
.how_we_work .container .how_we_work_content .left .questions_all {
  width: 100%;
}
.how_we_work .container .how_we_work_content .left .questions_item_title {
  padding: 50px 20px;
  border-bottom: 1px solid #d9d9d9;
  transition: 0.3s;
}
@media screen and (max-width: 860px) {
  .how_we_work .container .how_we_work_content .left .questions_item_title {
    padding: 20px 0;
  }
}
.how_we_work .container .how_we_work_content .left .questions_item_title:hover {
  background: #f5f6f8;
}
.how_we_work .container .how_we_work_content .left .questions_item_title.last {
  border-bottom: 1px solid transparent;
}
.how_we_work .container .how_we_work_content .left .questions_item_title .all_text .main_text {
  font-family: "TTB";
  font-size: 25px;
  line-height: 120%;
  text-transform: uppercase;
  color: #0e0e0e;
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  .how_we_work .container .how_we_work_content .left .questions_item_title .all_text .main_text {
    font-size: 16px;
  }
}
.how_we_work .container .how_we_work_content .left .questions_item_title .all_text .dop_text {
  font-size: 16px;
  line-height: 120%;
  color: #797979;
}
@media screen and (max-width: 860px) {
  .how_we_work .container .how_we_work_content .left .questions_item_title .all_text .dop_text {
    font-size: 14px;
  }
}
.how_we_work .container .how_we_work_content .left details summary {
  cursor: pointer;
  transition: 0.5s ease-out;
  display: flex;
  justify-content: space-between;
}
.how_we_work .container .how_we_work_content .left details[open] summary {
  margin-bottom: 10px;
  border-bottom: none;
}
.how_we_work .container .how_we_work_content .left .questions_item_text {
  font-size: 16px;
  line-height: 120%;
  color: #261f1f;
}
@media screen and (max-width: 860px) {
  .how_we_work .container .how_we_work_content .left .questions_item_text {
    font-size: 14px;
  }
}
.how_we_work .container .how_we_work_content .left .questions_span {
  height: 25px;
  width: 25px;
  aspect-ratio: 1/1;
  margin: 5px 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
}
.how_we_work .container .how_we_work_content .left .questions_span::after,
.how_we_work .container .how_we_work_content .left .questions_span::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #0e0e0e;
  position: absolute;
  transition: 0.3s;
}
.how_we_work .container .how_we_work_content .left .questions_span::before {
  transform: rotate(90deg);
}
.how_we_work .container .how_we_work_content .left [open] summary .questions_span::before {
  transform: rotate(45deg);
}
.how_we_work .container .how_we_work_content .left [open] summary .questions_span::after {
  transform: rotate(-45deg);
}
.how_we_work .container .how_we_work_content .right {
  width: 575px;
  padding-top: 50px;
}
@media screen and (max-width: 860px) {
  .how_we_work .container .how_we_work_content .right {
    width: 100%;
    padding-top: 0;
  }
}
.how_we_work .container .how_we_work_content .right .content {
  border-radius: 10px;
  background: #f5f6f8;
  padding: 50px 30px;
  margin-bottom: 20px;
  width: 570px;
  height: 340px;
}
@media only screen and (max-width: 1620px) {
  .how_we_work .container .how_we_work_content .right .content {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 860px) {
  .how_we_work .container .how_we_work_content .right .content {
    padding: 20px;
  }
}
.how_we_work .container .how_we_work_content .right .content .title {
  font-family: "TTB";
  font-size: 25px;
  line-height: 120%;
  text-transform: uppercase;
  color: #0e0e0e;
}
@media screen and (max-width: 860px) {
  .how_we_work .container .how_we_work_content .right .content .title {
    font-size: 18px;
  }
}
.how_we_work .container .how_we_work_content .right .content .list {
  margin: 20px 0 0 20px;
}
.how_we_work .container .how_we_work_content .right .content .list li::marker {
  color: #016bff;
  font-size: 20px;
}
.how_we_work .container .how_we_work_content .right .button {
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 860px) {
  .how_we_work .container .how_we_work_content .right .button {
    width: 100%;
  }
}/*# sourceMappingURL=how_we_work.css.map */