@media only screen and (min-width: 767px) and (max-width: 857px){
#download-apk{margin-top:40px !important;}
}

.apk-logo{
  position: absolute;
  top: -20px;
  left: -20px;
  width: 50px;
  height: auto;
}

.card-body{
  position: relative;
}

.ads-img{max-width:100px;}

    ul.custom-list {
      list-style: none;
      padding-left: 0;
    }
    ul.custom-list li {
      position: relative;
      padding-left: 40px;
      margin-bottom: 10px;
    }
	
    ul.custom-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 24px;
      height: 24px;
      background-size: contain;
      background-repeat: no-repeat;
    }
	
	ul.custom-list.l0 li::before{background-image: url('../img/pro-l.png');}
	ul.custom-list.l1 li::before{background-image: url('../img/free-l.png');}