* {
    box-sizing: border-box;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
  }
  
  body,
  html {
    overflow-x: hidden;
    font-family: 'Rubik',sans-serif;
    background-color: #12192c;
  }
 
  .img,.img2,.img3, .img4,.img5
  {
    width: 30vw;
    height: auto;
  }
  .col-md-4 .img1{
    margin-top: 100px;
  }
  .img:hover {
    content: url(../img/RG.webp);
    filter: drop-shadow(20px 0px 1.75em rgb(5, 24, 85));
  }
 
  .img1:hover {
    content: url(../img/Research.webp);
      filter: drop-shadow(20px 0px 1.75em rgb(67, 95, 102));
  }
  
  .img2:hover {
    content: url(../img/Design.webp);
    filter: drop-shadow(20px 0px 1.75em rgb(67, 95, 102));
  }
  
  .img3:hover {
    content: url(../img/Development.webp);
    filter: drop-shadow(20px 0px 1.75em rgb(67, 95, 102));
  }
  
  .img4:hover {
    content: url(../img/Testing\ \(3\).webp);
    filter: drop-shadow(20px 0px 1.75em rgb(67, 95, 102));
  }
  
  .img5:hover {
    content: url(../img/Deployment.webp);
    filter: drop-shadow(20px 0px 1.75em rgb(67, 95, 102));
  }



  .container {
    width: 100%;
    height: auto;
    margin-bottom: 10vw;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    
  }
  .col-md-4 {
    flex: 0 0 33.33%;
  }
  
 
  .col-md-4 h1 {
    font-family: Arial, sans-serif;
    font-size: 3vw;
    margin-bottom: 10px;
    color: rgb(76, 240, 238);
    margin-left: 100px;
    font-weight: 1000;
    
  }
  .spaced-list{
    color: white;
    font-size: 2vw;
    line-height: 3vw;
  }
  .spaced-list li{
    list-style: square;
  }
  @media(min-width: 769px)and (max-width: 1000px) {
    .col-md-4 {
      flex: 0 0 100%;
      
    }
    .container {
     text-align: center;
     margin-bottom: 20vw;
    }
    .img,.img2,.img3, .img4,.img5
    {
      width: 100px;
      height: auto;
    }
    .img1{
      width: 60vw;
      height:40vw;
    }
    .col-md-4 h1 {
      font-size: 9vw;
      margin-bottom: 5vw;
      margin-right: 10vw;
 
    }
    .spaced-list{
      color: white;
      font-size: 4vw;
      line-height: 1.5;
    }
    
   

  }
  @media (max-width: 768px) {
    .col-md-4 {
      flex: 0 0 100%;
      
    }
    .container {
     text-align: center;
     margin-bottom: 20vw;
    }
    .img,.img2,.img3, .img4,.img5
    {
      width: 60vw;
      height: auto;
    }
    .img1{
      width: 100vw;
      
    }
    .col-md-4 h1 {
      font-size: 7vw;
      margin-bottom: 5vw;
      margin-right: 20vw;
 
    }
    .spaced-list{
      color: white;
      font-size: 4vw;
      line-height: 1.5;
    }
 
  }
  @media (max-width: 330px) {
   .col-md-4 {
    width: 100vw;
background-color: aqua;
display: flex;
align-items: center;
text-align: center;
justify-content: center;
   }
    .col-md-4 h1 {
      font-size: 10vw;
      margin-bottom: 5vw;

    }
    .spaced-list{
      color: white;
      font-size: 7vw;
      line-height: 1.5;
    }
  }