.bg-pflow-container {
  width: 100%;
  max-width: 100%;
  min-height: 582px;
  display: block;
  position: relative;
  overflow: hidden;
}

.j-center {
  justify-content: center;
}

.pflow-details {
  margin-bottom: 90px !important;
  padding-top: 10px !important;
}

.hex-shadow {
  box-shadow: 1px 4px 0 0 rgba(0, 0, 0, 0.16);
  -webkit-filter: drop-shadow(1px 4px 0 0 rgba(0, 0, 0, 1));
  filter: drop-shadow(4px 4px 0 0 rgba(0, 0, 0, 1));
}

a .flow-h3 {
  text-decoration: underline;
}

h3.flow-h3 {
  font-family: NotoSans-Bold;
  margin-bottom: 15px;
}

@media only screen and (min-width: 769px) {
  .pflow-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    transition: 0.3s;
    margin-top: 100px;
    margin-bottom: 10px;
    max-width: 1140px;
  }
  .p-flow-title {
    font-family: NotoSans-Bold;
    font-size: 45px;
    line-height: 55px;
    text-align: center;
  }
  .p-flow-para {
    font-family: NotoSans;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    margin-top: 30px;
  }
  .number-txt {
    position: absolute;
    overflow: hidden;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: Torque-bold;
    font-size: 80px;
    font-weight: bold;
    line-height: 95px;
  }
  .static-content {
    align-self: center;
    align-items: center;
    justify-content: center;
  }
  .hex-group-num {
    position: relative;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .flow-h3 {
    font-family: NotoSans-Bold;
    text-align: center;
    margin-bottom: 15px;
  }
  .pflow-desc {
    font-family: NotoSans;
    font-size: 18px;
    line-height: 1.44;
    text-align: center;
  }
  .mt-90 {
    margin-top: 60px;
  }
  .pflow-details {
    transition: 0.3s;
  }
  .hex-group-num svg {
    width: 110px;
    height: 115px;
  }
}

@media only screen and (max-width: 768px) {
  .pflow-content {
    width: calc(100% - 25%);
    text-align: left;
  }
  /*.bg-pflow-container {
        background-color: white!important;
    }*/
  .pflow-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    transition: 0.3s;
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .p-flow-title {
    font-family: NotoSans-Bold;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
  }
  .p-flow-para {
    font-family: NotoSans;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 70px;
    width: 90%;
  }
  .number-txt {
    position: absolute;
    overflow: hidden;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: Torque-bold;
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
  }
  .hex-group-num {
    position: relative;
    margin-right: 25px;
  }
  .flow-h3 {
    font-family: NotoSans-Bold;
    margin-bottom: 5px !important;
  }
  .pflow-desc {
    font-family: NotoSans;
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 0 !important;
  }
  .mt-90 {
    margin: 0;
  }
  .pflow-details {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    transition: 0.3s;
    align-items: center;
    margin-bottom: 20px !important;
    padding: 15px 10px 15px 30px !important;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.16);
  }
  .hex-group-num svg {
    width: 76px;
    height: 87px;
  }
  .card-title {
    word-wrap: break-word;
  }
}

@media only screen and (max-width: 576px) {
  .pflow-details {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    transition: 0.3s;
    align-items: center;
    margin-bottom: 20px !important;
    padding: 15px 40px 15px 30px;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.16);
  }
}

.bg-pflow-container.white-background.light {
  background: #fff;
}

.hex-group-num .white-fill.light {
  fill: #fff;
}

@media only screen and (max-width: 520px) {
  .pflow-content {
    width: calc(100% - 38%);
    text-align: left;
  }
}

@media only screen and (max-width: 374px) {
  .pflow-content {
    width: calc(100% - 45%);
    text-align: left;
  }
}

@media only screen and (max-width: 352px) {
  .pflow-content {
    width: calc(100% - 50%);
    text-align: left;
  }
}
