/**
 *
*/
#pe {
}

#pe h4 {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}

.pe-txt-01 {
  text-align: center;
  background-image: url(../../images/peHeader.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 3%;
  padding-bottom: 3%;
  color: #fff;
}

.pe-txt-01 p {
  margin: 0px;
}

.pe-txt-01 h1 {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 300;
}

.pe-txt-01 h2 {
  font-size: 1.225rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0px;
}






.pe-txt-02 {
  padding-top: 50px;
  padding-bottom: 50px;
}


.pe-txt-02 h3 {
  font-size: 2.525rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  line-height: 2.525rem;
  padding-top: 10px;
  border-bottom: 2px #69798b solid;
  padding-bottom: 20px;
}





.pe-txt-03 {
  background: rgb(255,255,255);
  background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(238,238,237,1) 100%);
  padding-top: 50px;
  padding-bottom: 50px;
}

.pe-txt-03 h4::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f65a";
  margin-right: 20px;
}


.pe-txt-03 p,
.pe-txt-04 p,
.pe-txt-05 p,
.pe-txt-06 p {
  margin: 0px;
}




.pe-txt-04 {
  padding-top: 50px;
  padding-bottom: 50px;
}


.pe-txt-04 h4::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f643";
  margin-right: 20px;
}



.pe-txt-05 {
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(238,238,237,1) 100%);
  padding-top: 50px;
  padding-bottom: 50px;
}

.pe-txt-05 h4::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f64f";
  margin-right: 20px;
}



.pe-txt-06 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pe-txt-06 h4::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f573";
  margin-right: 20px;
}



.pe-txt-07 {
  background: #343d49;
  padding-top: 70px;
  padding-bottom: 80px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  position: relative;
}

.pe-txt-07::after {
  content: '';
  display: block;
  left: 0px;
  right: 0px;
  bottom: 00px;
  background-color: #fff;
  opacity: 0.3;
  z-index: 1;
  height: 50px;
  position: absolute;
}

.pe-txt-07 .btn {
  background-color: #fff;
  border: 1px #fff solid;
  color: #343d49;
}
