.wpc {
  position: relative;
  width: 100%;
  margin: 10px 0;
  background: #f6f7ff;
  overflow: hidden;
}

.wpc__inner {
  display: flex;
  flex-wrap: wrap;
  padding: 37px 34px 121px 34px;
}
.wpc__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.wpc__column {
  margin-right: 50px;
  margin-bottom: 20px;
  max-width: 130px;
  width: 100%;
  overflow-wrap: break-word;
  text-transform: capitalize;
}
.wpc__list {
  margin-bottom: 21px !important;
}
.wpc__title {
  font-weight: bold !important;
  font-size: 15px !important;
  line-height: 18px !important;
  margin-bottom: 10px;
}
.wpc__name {
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  margin-bottom: 10px;
}
.wpc__bg--mob {
  display: none;
}
@media screen and (max-width: 758px) {
  .wpc {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .wpc__inner {
    justify-content: space-between;
    padding: 30px 15px 121px 15px;
  }
  .wpc__column {
    flex: 0 1 48%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .wpc__bg {
    display: none;
  }
  .wpc__bg--mob {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
  }
}
