footer .footer-img {
  width: 140px;
  height: 70px;
}

footer .footer-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

footer .footer-content {
  line-height: 2.4rem;
}

footer .footer-content li {
  list-style: none;
}

footer .footer-content p {
  font-weight: 600 !important;
}

footer .footer-content a {
  color: #222222;
  -webkit-transition: 350ms;
  transition: 350ms;
}

footer .footer-content a:hover {
  color: #593CFB !important;
}

footer .footer-end p {
  font-size: 14px;
  color: initial;
  width: 300px;
}

footer .footer-end p span {
  font-weight: 500;
  color: #222222;
}

footer .footer-end .footer-icon {
  width: 150px;
}

footer .footer-end .footer-icon i {
  -webkit-transition: 350ms;
  transition: 350ms;
}

footer .footer-end .footer-icon i:hover {
  color: #593CFB;
}

footer .btn-play {
  background: #222222 !important;
  width: 150px;
  padding-block: 8px !important;
  border-radius: 45px !important;
  padding-inline: 25px !important;
}

footer .btn-play .play-icon {
  color: #fff;
  align-self: end;
  font-size: 1.8rem;
  padding-right: 8px;
}

footer .btn-play .icon-font-1 {
  color: #fff;
  font-size: 9px;
  white-space: nowrap;
  margin-bottom: -4px;
}

footer .btn-play .icon-font-2 {
  color: #fff;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 575px) {
  .footer-end p {
    width: 100% !important;
  }
}

