.appstore-description-layout a{font-size:18px;}
.appstore-description-layout a img{width: 26px;height: 26px;}

.-anim-1 {
    top: 160px;
    position: absolute;
    right: 37%;
  animation: move5 10s infinite linear;
}
.-anim-2 {
    position: absolute;
    top: 280px;
    right: 2%;
  animation: move5 10s infinite linear;
}

@keyframes move5 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
50% {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
}


.feature-anim {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 16px 20px rgb(5 101 255 / 4%);
    border-radius: 8px;
    padding: 4px 16px;
    background: #FFF;
}
.appicononly img {
    width: 40px;
    margin-right: 12px;
}
.apptext-icon {
    font-size: 16px;
    line-height: 24px;
}

@media screen and (min-width: 1400px){
 .appstore-description-layout h6 {
    width: 500px;
  } 
}

@media screen and (max-width: 767px){
  .-anim-2 {
    top: 220px;
  }
  .-anim-1 {
    top: 140px;
  }
  .appicononly img {
    width: 30px;
  }
}