body {
    font-family: Lexend, sans-serif;
    padding: 2vw;
    text-align: center;
    background-color: #001f3f;
    color: #cacaca;
  }
  h1 {
    text-align: center;
    font-size: 4vw;
  }
  p {
    font-size: 2vw;
    margin-bottom: 1vw;
  }
  .icon {
    width: 70px;
    height: 70px;
    margin: 0 5px;
  }
  h2 {
    font-size: 2vw;
    margin-bottom: 1vw;
  }
 
@media only screen and (max-width: 768px) {
  .icon {
    width: 50px;
    height: 50px;
    margin: 0 5px;
  }
  p {
    font-size: 4vw;
    
  }
  h2 {
    font-size: 4vw;
    margin-bottom: 1vw;
  }
    h1 {
      text-align: center;
      font-size: 6vw;
    }
}

@media only screen and (max-width: 480px) {
  .icon {
    width: 65px;
    height: 65px;
    margin: 0 5px;
  }
  p {
    font-size: 6vw;
     
  }
  h2 {
    font-size: 5vw;
    margin-bottom: 1vw;
  }
    h1 {
      text-align: center;
      font-size: 8vw;
    }
}
@media only screen and (max-width: 1200px) {
  .icon {
    width: 55px;
    height: 55px;
    margin: 0 5px;
  }
}