@media screen and (min-width: 0px) and (max-width: 425px) {
  main{
    overflow-x: hidden;
    background-color: hsl(240, 100%, 5%);
    color: white;
  }

  .hlt-ctn{
    width: 100%;
    height: 80px;
    background-color: rgb(19, 19, 94);
    display: flex;
    align-items: center;
    padding: 0 20px;
  }

  .hlt-ctn h1{
    font-size: 5vw;
  }

  .cnt-hdg h2{
    margin: 30px 0 20px 30px;
    color: rgb(230, 230, 255);
    font-size: 4.5vw;
  }

  .cnt-hdg p{
    margin: 0 0 30px 30px;
    font-size: 3vw;
  }

  .atribute ol{
    padding: 0 30px;
    color: rgb(225, 225, 255);
  }

  .atribute ul{
    list-style: disc;
  }

  .atribute h2{
    margin-bottom: 20px;
    color: rgb(208, 208, 255);
    font-size: 5vw;
  }

  .atribute h5{
    margin-bottom: 20px;
    color: rgb(208, 208, 255);
    font-size: 3.5vw;
  }

  .atribute p, .ul{
    margin-bottom: 40px;
  }

  .ul li{
    margin-bottom: 20px;
  }
}