#about-us {
  background: #344e41;
}
#about-us .image-border-bottom {
  width: 100%;
  height: 5rem;
  display: flex;
  justify-content: end;
}
#about-us .image-border-bottom img {
  max-height: 100%;
}

.about-us-container {
  background: url(../images/about-us/about-us-background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100vw;
}

.text-justify p {
  text-align: justify;
}

a.plink {
  color: white;
  font-weight: 600;
}
a.plink:hover {
  text-decoration: none;
}

.title {
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 576px) {
  .title img {
    width: 15%;
  }
}

.border-position {
  position: relative;
  padding-bottom: 90px;
}
@media only screen and (max-width: 992px) {
  .border-position {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .border-position {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
  }
}
.border-position .position {
  background: #656d4a;
  border-radius: 0 52px 52px 0;
  position: absolute;
  left: -26%;
  width: 70%;
  padding-left: 170px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 992px) {
  .border-position .position {
    padding-left: 26%;
  }
}
@media only screen and (max-width: 576px) {
  .border-position .position {
    padding-left: 0;
    left: 0;
    position: unset;
    border-radius: 52px;
  }
}
@media only screen and (max-width: 576px) {
  .border-position .position h3 {
    text-align: center;
  }
}
.border-position .position-right {
  background: #656d4a;
  border-radius: 52px 0 0 52px;
  position: absolute;
  right: -125px;
  width: 70%;
  padding-right: 125px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 992px) {
  .border-position .position-right {
    padding-right: 26%;
  }
}
@media only screen and (max-width: 576px) {
  .border-position .position-right {
    padding-right: 0;
    right: 0;
    position: unset;
    border-radius: 52px;
  }
}
@media only screen and (max-width: 576px) {
  .border-position .position-right h3 {
    text-align: center;
  }
}

.about-paragraph {
  width: 100%;
  padding: 0 1rem;
}
@media only screen and (min-width: 576px) {
  .about-paragraph {
    padding: 0 3rem;
  }
}

.aboutus-icon3 {
  position: absolute;
  top: -6%;
  right: -2%;
  height: 80px;
  z-index: 9;
}
@media only screen and (max-width: 992px) {
  .aboutus-icon3 {
    top: -7%;
    right: 4%;
    width: 90px;
  }
}
@media only screen and (max-width: 576px) {
  .aboutus-icon3 {
    top: 0%;
    right: 6%;
    width: 70px;
  }
}

.aboutus-icon4 {
  position: absolute;
  top: 26%;
  height: 44px;
  left: -8%;
  z-index: 9;
}
@media only screen and (max-width: 992px) {
  .aboutus-icon4 {
    top: 22%;
    left: -11%;
  }
}
@media only screen and (max-width: 576px) {
  .aboutus-icon4 {
    top: 57%;
    left: 10%;
    height: 35px;
  }
}

.aboutus-icon5 {
  position: absolute;
  top: 25%;
  left: 21.5%;
  z-index: 9;
}
@media only screen and (max-width: 992px) {
  .aboutus-icon5 {
    top: 22%;
    left: 20%;
    width: 90px;
  }
}
@media only screen and (max-width: 576px) {
  .aboutus-icon5 {
    top: 59%;
    left: unset;
    right: 8%;
    width: 70px;
  }
}

.aboutus-icon6 {
  position: absolute;
  bottom: -5%;
  right: -5%;
}
@media only screen and (max-width: 992px) {
  .aboutus-icon6 {
    bottom: -5%;
    right: 1%;
    width: 90px;
  }
}
@media only screen and (max-width: 576px) {
  .aboutus-icon6 {
    width: 70px;
  }
}

.aboutus-icon7 {
  position: absolute;
  top: -6%;
  left: 0%;
  height: 80px;
}
@media only screen and (max-width: 992px) {
  .aboutus-icon7 {
    top: -7%;
    right: 4%;
    width: 90px;
  }
}
@media only screen and (max-width: 576px) {
  .aboutus-icon7 {
    top: 0%;
    left: 7%;
    width: 70px;
  }
}

.aboutus-icon8 {
  position: absolute;
  top: 26%;
  height: 44px;
  right: -7%;
  z-index: 9;
}
@media only screen and (max-width: 992px) {
  .aboutus-icon8 {
    top: 27%;
    right: -11%;
  }
}
@media only screen and (max-width: 576px) {
  .aboutus-icon8 {
    top: 57%;
    left: 10%;
    height: 35px;
  }
}

.aboutus-icon9 {
  position: absolute;
  top: 25%;
  right: 26%;
  z-index: 9;
}
@media only screen and (max-width: 992px) {
  .aboutus-icon9 {
    right: 20%;
    width: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .aboutus-icon9 {
    right: 16%;
  }
}
@media only screen and (max-width: 576px) {
  .aboutus-icon9 {
    top: 59%;
    left: unset;
    right: 8%;
    width: 70px;
  }
}

.aboutus-icon10 {
  position: absolute;
  bottom: -5%;
  left: -2%;
}
@media only screen and (max-width: 992px) {
  .aboutus-icon10 {
    left: -4%;
    width: 90px;
  }
}
@media only screen and (max-width: 576px) {
  .aboutus-icon10 {
    width: 70px;
  }
}

/*# sourceMappingURL=about-us.css.map */
