.about-us {
   padding-top: 2rem;
   &__title {
   }
   &__image-box {
      text-align: center;
      padding: 3rem;
   }
}

.about-us-skills {
   background-image: url(../../assets/image/space-office.jpg);
   position: relative;
   background-repeat: repeat;
   background-size: cover;
   height: 570px;
   padding-top: 6rem;
   padding-bottom: 4rem;
   // &:after{
   //    content: '';
   //    opacity: 0.2;
   //    width: 100%;
   //    height: 100%;
   //    background-color: rgb(255, 255, 255);
   //    opacity: 0.1;
   //    position: absolute;
   //    top: 0;
   //    left: 0;
   //    z-index: 1;
   // }
   &__position {
      z-index: 2;
   }
   &__title {
      font-size: 2rem;
      font-weight: 600;
   }
   &__text {
      font-size: 0.8rem;
      font-weight: 700;
      z-index: 1;
      text-transform: uppercase;
      margin-top: 2.5rem;
      margin-bottom: 1rem;
      &_span {
         padding-left: 1rem;
      }
   }
   &__container {
      width: 100%;
      background-color: rgb(255, 255, 255);
   }
   &__skills {
      text-align: right;
      padding: 2px;
      color: white;
    }
}
 
 .design {width: 75%; background-color: #10C9C3;}
 .web {width: 90%; background-color: #10C9C3;}
 .marketing {width: 65%; background-color: #10C9C3;}