.how_we_work_section {
  padding: 80px 0px;
  background-color: var(--cream);
}
.how_we_work_section .column {
  width: 50%;
}
.how_we_work_section .icon-list-wrapper .icon-list-item {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}
.how_we_work_section .icon-list-wrapper {
  margin-top: 30px;
}
.how_we_work_section .icon-list-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border: 1px solid rgba(232, 115, 26, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-inline-end: 15px;
  flex-shrink: 0;
}
.how_we_work_section .icon-list-wrapper .icon-list-item h5 {
  margin-bottom: 6px;
  color: #2F2F2F;
}
.how_we_work_section h2 span {
  display: block;
}
.how_we_work_section .media-wrapper {
  background: #e8e5de;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 17px;
}
.how_we_work_section .media-wrapper img {
  height: 100%;
  width: 100%;
  transform: rotate(-1.92deg);
  border-radius: 30px;
  aspect-ratio: 598/449;
}
.how_we_work_section .row {
  align-items: center;
}

@media only screen and (min-width: 1200px) {
  .how_we_work_section .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .how_we_work_section .column {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .how_we_work_section .column {
    width: 100%;
  }
  .how_we_work_section .column > .content {
    margin-bottom: 40px;
  }
}
