.projects {
   background-color: rgb(16, 201, 195);
   color: #ffffff;
   font-weight: 500;
   // height: 200px;
   &__items {
      padding: 50px 0;
      padding-left: 30px;
      display: flex;
      flex-direction: row;
      align-items: center;
      // &:last-child {
      //    padding-left: 0;
      // }
      &_image {
         padding-bottom: 18px;
      }
   }
   &__image {
      width: 45px;
      height: 45px;;
   }
   &__description {
      display: flex;
      flex-direction: column;
      padding: 20px 0;
      padding-left: 0.7rem;
      font-size: 0.7rem;
      text-transform: uppercase;
   }
}