/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1400px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991px) {
  .info-box-header {
    font-size: 21px;
  }

  .info-centerinfo {
    font-size: 77px;
  }

  .progress {
    width: 240px;
  }

  body,
  p {
    font-size: 14px;
    line-height: 22px;
  }

  .badge-img {
    max-width: 70px;
    position: absolute;
    top: inherit;
    right: 0px;
    bottom: 23px;
  }
}

/*  Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {

  .header-logo {
    text-align: center;
  }
  .header-logo a img {
    max-width: 192px;
  }

  .header {
    padding: 12px 0px;
  }

  .content-header img {
    max-height: 150px;
  }

  .topItem-header p {
    font-size: 15px;
  }

  .topItem {
    padding: 0px 8px 24px;
    margin-bottom: 20px;
  }

  .info-ratting h3 {
    font-size: 25px;
    line-height: 32px;
  }

  .info-ratting span.votes {
    font-size: 15px;
    line-height: 30px;
    color: #939393;
  }

  .info-box {
    min-height: 250px;
  }

  .progress {
    width: 100%;
  }

  .topItem-prosCons ul {
    column-count: 1;
    column-gap: 0px;
    margin-bottom: 10px;
  }

  .content-box {
    padding: 35px 34px;
  }

  .footer-logo img {
    max-width: 225px;
  }

  .footer-nav ul li a {
    letter-spacing: 0px;
    font-size: 12px;
  }

  .footer-nav ul {
    gap: 15px;
  }
}

/* Small devices  */
@media (max-width: 576px) {}