@media (max-width:767px) {

  .bottom__img {
    position: relative;
    margin-top: 110px;
  }

  .bottom__item {
    margin: 0;
    width: auto;
    height: auto;
    top: -340px;
  }

  .bottom__item-img {
    display: none;
  }

  img.bottom__item-icon {
    display: block !important;
    width: 75px !important;
    margin: 0 !important;
  }
  

  .xbox_ibox>.xbox__words.bottom__item-text{
    max-width: 150px;
    margin-left: 72px;
    margin-right: 0;
  }
  .pergif__item .pergif__desc-text,
  .xbox_ibox>.xbox__words.bottom__item-text {
    font-size: 13px !important;
    
  }
}

@media (max-width:380px) {
  .bottom__item {
    top: -325px;
  }
}