/* 9px / 16 = 0.563rem */

/* 10px / 16 = 0.625rem */

/* 11px / 16 = 0.6875rem */

/* 12px / 16 = 0.75rem */

/* 13px / 16 = 0.8125rem */

/* 14px / 16 = 0.875rem */

/* 15px / 16 = 0.9375rem */

/* 16px / 16 = 1rem */

/* 17px / 16 = 1.0625rem */

/* 18px / 16 = 1.125rem */

/* 19px / 16 = 1.1875rem */

/* 20px / 16 = 1.25rem */

/* 21px / 16 = 1.3125rem */

/* 12px / 16 = 1.375rem */

/* 23px / 16 = 1.438rem */

/* 24px / 16 = 1.5rem */

/* 25px / 16 = 1.5625rem */

/* 26px / 16 = 1.625rem */

/* 27px / 16 = 1.688rem */

/* 28px / 16 = 1.75rem */

/* 29px / 16 = 1.8125rem */

/* 30px / 16 = 1.875rem */

footer .footer-img {
  width: 120px;
  height: 50px;
}

footer .footer-img a 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;
  transition: 350ms;
}

footer .footer-content a:hover {
  color: #FF6969 !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 {
  transition: 350ms;
}

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

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;
  }
}

