.about-container
{
  background-image: url("../img/who-we-are.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  max-width: 75%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 1180px) {
  .about {
    max-width: 100%;
  }
}

.about--banner {
  position: relative;
  height: 475px;
}
.about--banner p
{
  font-size: 18px;

}
.about--banner::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 200px;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  border: 5px solid #0f33ff;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.about--banner::after {
  content: "";
  position: absolute;
  top: 75px;
  left: 400px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #0f33ff;
}

.about--banner h2 {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  margin-top: 35px;
  font-size: 68px;
  font-weight: 900;
  line-height: 1;
  z-index: 1;
}

.about--banner h2::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 268px;
  width: 30px;
  height: 30px;
  background-color: #0f33ff;
  border-radius: 50%;
}

.about--banner h2::after {
  content: "";
  position: absolute;
  top: 255px;
  left: 255px;
  width: 10px;
  height: 10px;

}

.about--banner a {
  font-size:14px;
  padding: 5px 17px 5px 0;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
}

.about--banner a:hover svg {
  left: 10px;
}

.about--banner a svg {
  position: relative;
  left: 5px;
  width: 15px;
  fill: #fff;
  -webkit-transition: left .2s ease-in-out;
  transition: left .2s ease-in-out;
}

.about--banner img {
  position: absolute;
  bottom: -90px;
  right: -12px;
}

.about--options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}




.about--options h3 {
  position: absolute;
  bottom: -38px;
  left: 10px;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: bottom .2s ease-in-out,left .2s ease-in-out;
  transition: bottom .2s ease-in-out,left .2s ease-in-out;
}

@media (max-width: 767px) {
  .about--banner {
    height: 305px;
  }

  .about--banner::before {
    top: 0;
    left: 125px;
  }

  .about--banner::after {
    top: 35px;
    left: 260px;
  }

  .about--banner h2 {
    margin-top: 10px;
    font-size: 44px;
  }

  .about--banner h2::before {
    top: 28px;
    left: 168px;
  }

  .about--banner h2::after {
    top: 163px;
    left: 163px;
  }

  .about--banner img {
    width: 315px;
  }
}

@media (max-width: 600px) {
  .about--banner {
    height: auto;
	left:5%;
  }
  .about--banner p
  {
   font-size:15px;
  }
  .about--banner::before {
    left: 155px;
  }

  .about--banner::after {
    left: 310px;
  }

  .about--banner h2 {
    margin-top: 0;
    font-size: 45px;
  }

  .about--banner h2::before {
    top: 43px;
    left: 214px;
  }

  .about--banner h2::after {
    top: 205px;
    left: 205px;
  }

  .about--banner img {
    display: none;
  }

  .about--options {
    display: none;
  }
}
