.round-sec {
  padding: 55px 0px;
  background-image: url(../img/climpek.png);
}
.about-sec .text-block-1 {
  background: #fff;
  padding: 40px 40px;
  position: relative;margin-top: 50px;
  left: 100px;
  z-index: 9;
  top: 0px;
  border-right: 5px solid #ef6838;
}
.about-sec .text-block-1 h2 {
  font-size: 25px;
  text-transform: lowercase;
  font-weight: 600;
  color: #25411a;
  text-align: center;
  font-family: "LeMajor",sans-serif;
}
.about-sec .text-block-1 h5 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #25411a;
  text-align: center;
}
.tbp {
  padding: 10px 5px;
}
.locationbox{background-color: #fff;padding: 40px 0px}
.project-challenge{background-color: #fff;padding: 40px 40px;color: #000;}
.project-challenge .project-entry-list ul li::before{color: #ed6325}
.project-challenge .project-entry-list, .project-video-image {
  width:100%;margin-top: 20px;
}
.readtxt{color: #000;margin-top: 40px;text-align: justify}


@media (min-width:320px) and (max-width:640px){
.about-sec .text-block-1 { 
  padding: 40px 20px; 
  margin-top: 2px;
  left: 4px; 
  border-right: 0px solid #ef6838;
  border-bottom: 2px solid #ef6838;
}
    .project-challenge {
  background-color: #fff;
  padding: 40px 15px;
  color: #000;
}
    .project-entry-list ul li {
    margin-bottom: 15px;
    font-size: 15px;
    text-align: justify;
    }
.readtxt{color: #000;margin-top: 10px;text-align: justify}

}