*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
   }
   .about{
       background: url(../image/h1_hero3.jpg) no-repeat center center/cover;
       height: 70vh;
       display: flex;
       align-items: center;
       justify-content: center;
       text-align: start;
       color: #fff;
   }
   
   .about h1{
       font-size: 5rem;
       font-family: fantasy;
       position: absolute;
       left: 170px;
   }
   .secfive{
       top: 90px;
   }
   .secfour{
       top: 150px;
   }
   .secss{
       position: relative;
       top: 210px;
   }