.culture-wrapper {
  background: url(/img/our-culture-bg-1.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.mission-wrapper {
  background: url(/img/our-culture-bg-2.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .mission-wrapper {
    padding: 40px 0;
  }
}

.culture-wrapper .row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top:24px
}
.culture-wrapper .col{
    width:50%;
  }
.culture-wrapper .col ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.culture-wrapper li {
  position: relative;
  padding: 12px 26px;
}
.culture-wrapper .col li::before{
  content: "";
  position: absolute;
  left: 1px;
  top: 18px;
  width: 20px;
  height: 8px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="8" viewBox="0 0 17 8" fill="none"><path d="M16.2282 4.35355C16.4235 4.15829 16.4235 3.84171 16.2282 3.64645L13.0462 0.464466C12.851 0.269204 12.5344 0.269204 12.3391 0.464466C12.1439 0.659728 12.1439 0.976311 12.3391 1.17157L15.1676 4L12.3391 6.82843C12.1439 7.02369 12.1439 7.34027 12.3391 7.53553C12.5344 7.7308 12.851 7.7308 13.0462 7.53553L16.2282 4.35355ZM0 4.5H15.8747V3.5H0V4.5Z" fill="%230E59F2"/></svg>');
  background-repeat: no-repeat;
  background-size: 15px auto;
}
@media(max-width:767px) {
  .culture-wrapper {
    background: none;
    padding: 40px 0px;
  }

  .culture-wrapper .row{
    display: block;
    padding:0px 15px;
  }
  .culture-wrapper .col{
    width:100%;
  }
}