
   @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    .blog-head {
      color: #fff;
      height: 327px;
      width: 100%;
      display: flex;
      text-align: center;
      align-items: center;
      justify-content: center;
      font-size: 40px;
      text-shadow: 1px 2px 2px #222;
      background: url(/assets/images/allinner_banner.png) rgb(192, 192, 192) top center no-repeat;
  } 
  .ghyuu{
    color: #029e9d;
    font-family: "Poppins", sans-serif;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 107.143% */
position: relative;
&::before{
    content: '';
    position: absolute;
    width: 86px;
    height: 3px;
    background-color: #029e9d;
    left: 0;
    bottom: -3px;
    border-radius: 3px;
}
  }
  .choose-farekartz {
    font-size: 25px ;
    color: #029e9d;
     font-family: "Poppins", sans-serif;
     font-weight: 600 ;
  }
  .aboutus p{
    color: #323232;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25px; 
  }
  .aboutus h4{
    color: #000;
font-family: Poppins;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 136.364% */
margin-top: 30px;
  }
  a{
    text-decoration: none;;
  }

    
ul li { 
    color: #323231;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px ;
 }
  @media only screen and (max-width: 767px) {
    .blog-head {
      height: 100px !important;
      font-size: 30px;
    }
    .ghyuu{ 
        font-size: 20px; 
    } 
    .aboutus p{ 
      font-size: 12px;
      line-height: 18px; 
    }
    .aboutus h4{ 
      font-size: 20px; 
    }
    ul li { 
      font-size: 12px;
      margin-bottom: 10px ;
    }
}


