.get_started .head-get-started {
  font-size: 47px;
}
.get_started .p-get-started {
  font-size: 22px;
}
.aprops-head-image {
  /* background: url("assets/front/img/napsy/slider.jpg") no-repeat right; */
  background: url("../../front/img/napsy/slider.jpg") no-repeat right;
  background-position: right;
}

@media (max-width: 700px) {
  .aprops-head-image {
    background: linear-gradient(#00000073, #00000096),
      url("../../front/img/napsy/slider.jpg") no-repeat right;
    background-position-x: -1163px !important;
  }
  .text-whithe-in-mobile {
    color: #fff !important;
  }
}
@media (max-width: 450px) {
  .user-area .team-img img {
    object-fit: cover;
  }
  .cta__sec {
    padding: 0 !important;
    background-size: cover;
    background-position-x: right;
  }
  .order-1-mobile {
    order: -1;
  }
  .get-in-m-photo {
    background-position-x: -197px;
    background-position-y: 67px;
    background-size: 190% 58%;
    background-color: #19b0f0;
  }
  .quote_mobile {
    text-align: center !important;
    font-size: 18px !important;
  }

  .get_started h1 {
    font-size: 33px !important;
  }
  .get_started p {
    font-size: 18px !important;
  }
  .get_started {
    height: auto !important;
  }
  .h-mob {
    text-align: center !important;
  }
}
