.why {
  background: url("../img/module-why/bg.jpg") top center;
  height: 709px;
  box-sizing: border-box;
  padding-top: 45px;
}

.why-text {
  font-size: 14px;
  color: #000000;
  font-family: H_Light;
  text-align: justify;
}

.why-item {
  background: #ffffff;
  box-sizing: border-box;
  margin: 0 15px;
  font-family: H_Light;
  font-size: 14px;
  position: relative;
  padding: 10px;
  height: 188px;
}

.why-num {
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #ffffff;
  font-family: pf_agora_slab_promedium;
  font-size: 30px;
  background: #35241c;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: -15px;
  left: -15px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 1);
}

.why-head {
  font-size: 16px;
  font-family: pf_agora_slab_promedium;
  color: #dd3789;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  margin-bottom: 12px;
}

.why-text-wrapper {
  background: rgba(36, 17, 7, 0.9);
  outline: 10px solid rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  width: 730px;
  margin-top: 45px;
  padding: 0 0 5px 0;
  margin-bottom: 55px;
}

.why-text-head {
  color: #f1288b;
  font-size: 60px;
  font-family: pf_agora_slab_proregular;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .why {
    height: auto;
    padding-bottom: 30px;
  }
  #why .container-12 {
    padding: 0 20px;
  }
  #why .grid-4 {
    display: flex;
  }
  #why .grid-4:not(:first-child) {
    margin-top: 30px;
  }
  .why-item {
    width: 100%;
    height: auto;
  }

  .why-text-wrapper {
    width: 100%;
  }

  .why-text-head {
    font-size: 48px;
  }
}
