.about-us {
    padding: 120px 0;
    min-height: 100vh;
}

.editableContentAboutUs{
  color: #fff;
}

.about-us a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}


.about-us p {
  font-size: 2em;
  text-align: justify;
  text-justify: inter-word;
}



.about-us a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.about-us a:hover {
  transition: all 0.5s ease-in-out;
}

.about_us_heading {
  margin-bottom: 60px;
  overflow: hidden;
  color: #f3f3f3;
}


.about_us_heading h2 {
  display: block;
  font-weight: 700;
  padding-top: 5rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 3em;
}

.about_us_heading h2 span {
  color: brown;
}

.about_us_heading h3 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
}

.about_us_heading h3::before {
  background: brown none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.why-us-row{
  margin-top: 200px;
}


.about_us_background_image_wrapper {
  background-image: url("../uploads/bgs/Maroon-rectangle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 10px;
}

.about_us_background_image_wrapper h2{
position: absolute;
left: 40%;
top: -1.5em;
border-radius: 50px;
width: 150px;
padding: 10px;
text-align: center;
background-color: #f5f5f5;
color: #000;
font-size: 3em;
font-weight: bold;
}


.about_us_background_image_wrapper h2 span {
  color: brown;
}


.why-us-ul-list{
  list-style-type: disc;
  padding: 10px;
  font-size: 2em;
  text-align: justify;
  text-justify: inter-word;
}

.why-us-ul-list li{
margin-top: 1em;
margin-left: 2em;
margin-bottom: 1em;
}

.why-us-col-text {
margin-top: 1em;
margin-bottom: 1em; 
}

.why-us-col-text p{
padding: 1em;
margin-left: 1em;
margin-right: 1em;
}
