body {
  background-color: #fff;
  
  font-family: 'Inter';
}

.main-bg{
        background: url('./assets/desktop-bg1.png') no-repeat;
        background-size: cover;
        background-position: right;
}

@media (max-width:1023px) {
    .main-bg{
        background: url('./assets/mobile-bg1.png') no-repeat;
        background-size: cover;
        background-position: bottom;
    }
}


@media (max-height:840px) and (max-width: 990px) {
    .main-bg{
        background: url('./assets/mobile-bg1.png') no-repeat;
        background-size: cover;
        background-position: center;
    }
}