* {
  margin: 0;
  padding: 0;
}

/* background picutre */
.value-banner {
  background: url("../img/bgwhonew.jpg");
  background-size: cover;
  background-position: center;
  width: auto;
  height: 600px;
}

.value-overlay-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
}

.value-overlay-heading {
  width: 80%;
}

.value-overlay-content {
  max-width: 1250px;

}

.value-overlay-content h1 {
  font-size: 67.5px;
  font-weight: 700;
  color: white;

}

.value-overlay-heading h4 {
  font-size: 19.995px;
  font-weight: 400;
  color: white;
}


.value-overlay-content a {
  margin-top: 20px;

  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.3;
  padding: 15px 30px;
  cursor: pointer;
  letter-spacing: 1px;
  border-radius: 50px;
  background-color: #8906b7;
  border-color: #8906b7;
  text-decoration: none;
  color: white;
  transition: 0.3s;
}

.value-overlay-content a:hover {
  background-color: #000000;
}

/* end background picture */
.our-value {
  width: 100%;
  margin-top: 5rem;
  
}

.our-value-inner {
  width: 80%;
  margin: 0 auto;
}

.our-value-title {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  font-weight: 600;
  margin: 25px 0 25px;
  padding: 0;
}

.para {
  color: #4f4f4f;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 25px;
  font-weight: 400;
}

ul.lists {
  font-size: 20px;
  padding-left: 0;
  list-style: none;
  margin: 0 0 25px;
  line-height: 1.5;
  font-weight: 400;
}

ul.lists li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
ul.lists li b{
color:#8906b7;
    
}

ul.lists li::before {

  color: #8906b7;
  line-height: 0;
  font-size: 40px;
}

@media (max-width: 850px) {
  .our-value-inner {
    width: 100%;
  }



  .value-overlay-content h1 {
    font-size: 50px;
  }

  .value-overlay-heading h4 {
    font-size: 17px;
  }

  .our-value-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .para {
    font-size: 14px;
  }

  .para,
  ul.lists {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .our-value-inner {
    width: 100%;
    
  }
  .our-value {
  width: 100%;
  margin-top: 1rem;
  
}

  .value-overlay-content h1 {
    font-size: 30px;
  }

  .value-overlay-heading h4 {
    font-size: 14px;
  }
  .our-value-title {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 600;
    padding-left: 30px;
}
.para {
    color: #4f4f4f;
    font-size: 20px;
  
    padding-left: 30px;
}
}