.section {
  padding: 8rem 0 7rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

.category01 {
  /*background-image: url('../images/bg03.jpg');*/
  
    /*background-image: url('https://source.unsplash.com/1600x900/?architecture');*/
  background-image: url('../images/bg06.jpg');
  background-size: cover;
  background-position:center center;
  color: #fff;
}

.category02 {
 background-color: #EFEFEF;
}

.category03 {
 background-color:#f9f9f9; /*#41314e;*/ /* #662A250; */
 /* color: #fff;*/
}

.contact {
  color: #000000;
  width: 80%;
}

.category03 textarea {
  color: #000000;
  width: 80%;
}

.category03 label {
  font-size: 15px;
}


.category04 {
   background-color: #2E303E;
     color: #fff;
}

.details {
  font-size: 15px;
  font-style: italic;
}

h4 {
  font-weight: 400;
}