@media screen and (max-width: 991px) {
  .apply-image.style-2 .user-help{
    top: 445px;
  }
  .overview-image .casual-image .adma{
    display: none;
  }
}

  @media screen and (min-width: 575px) and (max-width:1199px) {
    .upcoming-area .upcoming-content{
        display: flex;
        justify-content: space-between;
    }
  }

  @media screen and (max-width: 575px) {
    .upcoming-area .title{
        text-align: center;
    }
    .upcoming-area .upcoming-content{
        text-align: center;
    }
    .upcoming-content .upcoming-content-info .image img.img-1{
        border-radius: 0;
    }
    .upcoming-content .upcoming-content-info .image img.img-2{
        border-radius: 0;
    }
    .apply-content.style-2 .apply-content-card{
        text-align: center;
    }
  }