/* ===========================
   Heading
=========================== */
.powered-by-section {
  text-align: center;
}

.powered-by-section .powered-by-box h2 {
  text-shadow: 1px 1px #f4e1e1;
  color: #000;
  padding-top: 2px;
  padding-bottom: 1px;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0px;
}

/* ===========================
   Copyright
=========================== */

.powered-by-section .powered-by-box p {
  margin: 0px;
    color: #a50031;
    font-size: 10px;
    line-height: 1.4;
}

/* ===========================
   Footer Links
=========================== */

.powered-by-section .powered-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.powered-by-section .powered-links a {
  color: #0000cc;
  text-decoration: none;
  font-size: 10px;
  font-weight: 600;
}

.powered-by-section .powered-links span {
  color: #000;
  font-size: 11px;
}

.powered-by-section .powered-links a:hover {
  text-decoration: underline;
}

/* ===========================
   Responsive
=========================== */

@media (max-width: 991px) {
  .powered-by-section .powered-by-box h2 {
    font-size: 22px;
  }

  .powered-by-section .powered-by-box p {
    font-size: 11px;
  }

  .powered-by-section .powered-links a {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .powered-by-section .powered-by-box {
    padding: 10px;
  }

  .powered-by-section .powered-by-box h2 {
    font-size: 18px;
  }

  .powered-by-section .powered-by-box p {
    font-size: 10px;
  }

  .powered-by-section .powered-links {
    gap: 3px;
  }

  .powered-by-section .powered-links a {
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .powered-by-section .powered-by-box h2 {
    font-size: 15px;
  }

  .powered-by-section .powered-by-box p {
    font-size: 9px;
  }

  .powered-by-section .powered-links a {
    font-size: 9px;
  }
}
