@media screen and (max-width: 415px){
  /* .spend_time_sec .support_button{
    background-size: contain;
    height: 80px;
  } */

  /* .spend_time_sec .profile_button {
    background-size: contain;
    height: 80px;
  } */
}

@media screen and (max-width: 475px){
  .task_card_sec .btn-complete,.task_card_sec .complete_card .btn-complete {
    border-radius: 30px;
    padding: 8px 13px;
}

.task_card_sec .price-text{
  font-size: 10px;
}

.task_card_sec h6{
  font-size: 14px;
}

.icon-box img{
  height: 40px;
  width: 40px;
}

.internet_name .internet_details h4{
  font-size: 20px;
}
}