.bg-main{
  background-image: url('../../../img/landingpagemain/bg-main-pic.png');
  background-repeat: no-repeat;
  background-size: cover;  
  width: 100%;
  background-position-y: center;
  background-position-x: center;
}

.fonts-style{
  font-family: 'Poppins', sans-serif;
}


/* @media screen and (max-width: 995px), 
    screen and (max-height: 700px) {
  ...
} */

/* @media (min-height: 720px) and (max-height: 768px){
  .bg-main{
    height: 100vh;
  }
}


@media (min-height: 800px) and (max-height: 900px){
  .bg-main{
    height: 100vh;
  }
} */
