
  
  .content-2 {
      text-align: center;
      height: 300px;
  
      position: absolute;
      overflow: hidden;
      top: -60px;
      left: 0;
      bottom: 10px;
      right: 0;

      overflow: hidden;

      transition: 1s ease;
    }
    .content-2.loaded {
      width: 100%;
    }
    .four,
    .five,
    .six {
      color: #175cff;
      font-size: calc(20px + 1.5vw);
      position: absolute;
      text-align: center;
      margin: auto;
      top: 100%;
      left: 0;
      bottom: 0;
      right: 0;
      transition: all .75s ease;
      width: 90%;
      
     
      letter-spacing: 3px;

    }

    .hed{
      color: #090909;
    }
    .four,
    .five,.six >p{
      font-size: 20px;
    }

   
    

   