.main .Green_Check_Lottie_icon {
  width: 120px;
  height: 120px;
  cursor: pointer;
}

@media (min-width: 0px) and (max-width: 767.98px) {
  .main .Green_Check_Lottie_icon {
    width: 100px;
    height: 100px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .main .Green_Check_Lottie_icon {
    width: 90px;
    height: 90px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {}

@media (min-width: 1200px) and (max-width: 1399px) {}