@media only screen and (max-width: 767px) {

  p {
    font-size: 15px;
  }

  .sign-in-form,
  .home {
    padding: 10px;
  }

  .notification img {
    width: 30px;
  }

  .notification {
    margin-top: 10px;
  }

  .home {
    margin-top: 20px;
  }

  .welcome {
    margin: 30px 0px;
  }

  .card .title {
    font-size: 13px;
    margin-bottom: 30px;
  }

  .card .title-2 {
    font-size: 15px;
    margin-bottom: 0px;
  }

  .card .text {
    font-size: 9px;
  }

  .card-1 {
    background-image: url(../img/weight-svgrepo-com.png);
    background-repeat: no-repeat;
    background-position: right -150% bottom 50%;

  }

  .card-2 {
    background-image: url(../img/calories-svgrepo-com.png);
    background-repeat: no-repeat;
    background-position: right -130% bottom 50%;
   
  }

  .card-3 {
    background-image: url(../img/Exclusion\ 2.png);
    background-repeat: no-repeat;
    background-position: right -120% bottom 50%;

  }
  .position-video {
    position: absolute;
    top: 40%;
    left: 40%;
  }
  .videos p {
    font-size: 12px;
    margin-bottom: 0px;
  }

  .midum {
    margin: 50px 0px 30px;
    cursor: pointer;
  }

  .video {
    margin-bottom: 20px;
  }

  .footer {
    width: 100%;
    margin: 0px;
  }
}

@media only screen and (max-width: 414px) {
  .card-1,
  .card-2,
  .card-3{
    background-position: right -60% bottom 50%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .card-1,
  .card-2,
  .card-3{
    background-position: right -60% bottom 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer {
    width: 100%;
    margin: 0px;
  }
  
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer {
    width: 100%;
    margin: 0px;
  }
 
}

@media only screen and (min-width: 1200px) and (max-width: 2500px) {
  .container {
    max-width: 1250px;
  }
  
}

@media only screen and (min-width: 1800px) {}