.color-blue1{ color: #00508b;}
.pad0b{ padding-bottom: 0!important;}
.pad0t{ padding-top: 0!important;}
.txtL{ text-align: left!important;}
.bg-blue{ background: #e0e8ed}
.bg-white{ background: #fff}
.quality-h2Style-1{
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.6rem;
  margin-bottom: 6%;
}
.page-feature-quality .p-governance .img-wrap {
  margin-top: 10px;
  text-align: center;
}

.page-feature-quality .p-governance .img-wrap img {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .page-feature-quality .p-governance .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .page-feature-quality .p-governance .text-wrap {
    width: calc(100% - 180px);
    padding-right: 30px;
  }

  .page-feature-quality .p-governance .img-wrap {
    width: 160px;
    margin-top: 0;
  }

  .page-feature-quality .p-governance .img-wrap img {
    width: 160px;
  }

  .page-feature-quality .p-governance .img {
    margin-top: 30px;
  }
}




@media screen and (max-width:768px) {
  .quality-h2Style-1{
  font-size: 2rem;
  color: #00508b;
  font-weight: bold;
  text-align: center;
  line-height: 1.6rem;
  margin-bottom: 6%;
}
}

.themeIcon-item {
  padding: 6%;
}

  .themeIcon {
    max-width: 620px;
    margin: auto;
    padding: 1%;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;

    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .themeIcon-item {
    margin: 1%;
    padding: 1%;
    width: calc(100% / 2 - 4%);
  }

@media screen and (max-width:768px) {

  .themeIcon {
    max-width: 768px;
    margin: auto;
    padding: 1%;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;

    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .themeIcon-item {
    margin: 1%;
    padding: 1%;
    width: calc(100% / 2 - 4%);
  }
}