.header {
    height: 100vh;
  }
  .software-dev-div {
    overflow-x: auto;
  }
  .software-dev {
    min-width: 18rem !important;
    max-width: 18rem !important;
    padding: 3rem;
    cursor: grab;
  }
  .software-dev img{
    height: 3.5rem;
  }
  .technology {
    width: 7rem;
    height: 7rem;
    /* background: rgb(121, 64, 64); */
  }
  .technology svg {
    height: 4rem;
  }
  
  .os-adjesstment{
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 1rem;
  }
  
  .web-dev ::ng-deep drag-scroll{
    height:25rem;
  }
  .software-dev h3,.software-dev p{white-space: pre-wrap;}
  
  .mobile-tech-logo{
   display: flex;
   justify-content: center;
   align-items: center;
  }
  
  @media only screen and (max-width: 368px) {
    .mobile-tech-logo{
      display: none;
    }
  }