
.ps-about-intro {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  
  .ps-about-intro .ps-section__header {
    max-width: 820px;
    margin: 0 auto 100px;
  }
  
  .ps-about-intro .ps-section__header h4 {
    margin-bottom: 80px;
    font-size: 24px;
    color: #000;
    font-weight: 600;
  }
  
  .ps-about-intro .ps-section__header h3 {
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1.3em;
    color: #000;
    font-size: 36px;
  }
  
  .ps-about-intro .ps-section__header p {
    font-size: 18px;
    line-height: 1.6em;
  }
  
  .ps-about-intro .ps-section__content {
    border-top: 1px solid #e1e1e1;
    padding-top: 60px;
    padding-bottom: 50px;
  }
  
  @media (max-width: 1199px) {
    .ps-about-intro {
      padding: 80px 0;
    }
  }
  
  @media (max-width: 991px) {
    .ps-about-intro {
      padding: 70px 0;
    }
  }
  
  @media (max-width: 767px) {
    .ps-about-intro {
      padding: 50px 0;
    }
    .ps-about-intro .ps-section__header h4 {
      margin-bottom: 50px;
    }
    .ps-about-intro .ps-section__header h3 {
      font-size: 24px;
    }
    .ps-about-intro .ps-section__header p {
      font-size: 14px;
    }
  }

  .ps-about-awards {
    padding-top: 120px;
    padding-bottom: 0px;
    background-color: #f5f5f5;
  }
  
  .ps-about-awards .ps-section__header {
    max-width: 820px;
    margin: 0 auto 100px;
  }
  
  .ps-about-awards .ps-section__header h4 {
    margin-bottom: 65px;
    font-size: 36px;
    color: black;
    font-weight: 400;
  }
  
  .ps-about-awards .ps-section__header p {
    font-size: 18px;
    line-height: 1.6em;
  }
  
  .ps-about-awards .ps-section__content .owl-slider a {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  
  @media (max-width: 1199px) {
    .ps-about-awards {
      margin-bottom: 100px;
    }
    .rednet-avatar img {
      width:400;
      height: 400;
    }
  }
  
  @media (max-width: 991px) {
    .ps-about-awards {
      margin-bottom: 100px;
    }
    .rednet-avatar img {
      width:400;
      height: 400;
    }
  }
  
  @media (max-width: 767px) {
    .ps-about-awards {
      margin-bottom: 100px;
    }
    .ps-about-awards .ps-section__header h4 {
      margin-bottom: 50px;
      font-size: 24px;
    }
    .ps-about-awards .ps-section__header p {
      font-size: 14px;
    }
    .rednet-avatar img {
      width:250;
      height: 250;
    }
  }
  
  @media (max-width: 479px) {
    .ps-about-awards {
      margin-bottom: 100px;
    }
    .rednet-avatar img {
      width:250;
      height: 250;
    }
  }

.rednet-avatar{
  margin: 100px;
}

.rednet-avatar img{
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  border-radius: 50%;
}

.center {
  margin-left: auto;
  margin-right: auto;
  }

.rednet-avatar .row{
  justify-content: center;
}

.rednet-about-me .rednet-help-us{
  margin-top: 100px;
}

.abc{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.rednet-color-orange{
  color:orange
}

.rednet-avatar .hover-orange:hover{
  color: orange;
  transition: all 1s ease;
}


#about-us .rednet-about-us-item{
  width: 200px;
}
  
@media (max-width: 500px) {
  #about-us .rednet-about-us-intro{
      text-align: center;
  }
  #about-us .rednet-about-us-row-item {
      padding-left: 40px;
      padding-right: 10px;
  }
  #about-us .rednet-about-us-row-item ul{
      padding-right: 5px;
  }
}

/* @media (max-width: 767px) {
  #about-us .rednet-about-us-intro{
      text-align: center;
  }
}

@media (max-width: 991px) {
  #about-us .rednet-about-us-intro{
      text-align: center;
  }
} */