@media (min-width: 300px) and (max-width: 700px) {
  .mobile-only {
    display: none;
  }
  /* .icon i {
    display: block;
    position: absolute !important;
    right: 330px;
    top: 23px;
  } */
   .icon i {
    display: block;
    position: absolute;
    right: 310px;
    top: 23px;
  }
  .tithi-left h2 {
    margin: 0 -12px;
    font-size: 17px;
}
.tithi-date {
    background: white;
    color: black;
    height: 82px;
    margin: -14px;
    right: 10px;
    padding: 10px 15px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    right: 32px;
}
}

/* Tablets (iPad, etc.) */
@media (min-width: 768px) and (max-width: 1024px) {
  .icon i {
    display: block;
    position: absolute;
    right: 718px;
    top: 23px;
  }
}

/* Small laptops */
@media (min-width: 1024px) and (max-width: 1200px) {
  .icon i {
    right: 960px;
    top: 22px;
  }
}
