footer {
  margin-top: 69px;
  margin-bottom: 69px;
}

footer > .top {
  --bs-gutter-y: 50px;
}

footer > .top > .left > .top {
  font-weight: bold;
  font-size: 20px;
  font-family: "Poppins";

  color: #f68d1f;

  margin-bottom: 25px;
}

footer > .top > .left > .middle {
  font-weight: 500;
  font-size: 16px;
  font-family: "Poppins";

  color: #f68d1f;

  margin-bottom: 25px;

  width: 60%;
}

footer > .top > .middle > .top {
  font-weight: bold;
  font-size: 20px;
  font-family: "Poppins";

  color: #f68d1f;

  margin-bottom: 25px;
}

footer > .top > .middle > .bottom > ul {
  font-weight: 500;
  font-size: 16px;
  font-family: "Poppins";
  color: #f68d1f;

  list-style: none;
  padding: 0;
}

footer > .top > .middle > .bottom > ul > a > li {
  margin-bottom: 15px;
  font-family: "Poppins";

  color: #f68d1f;
}

footer > .top > .middle > .bottom > ul > a {
  text-decoration: none;
  font-family: "Poppins";
}

footer > .top > .right > .top {
  font-weight: bold;
  font-size: 20px;
  font-family: "Poppins";

  color: #f68d1f;

  margin-bottom: 25px;
}

.contact-detail-phone-number {
  margin-bottom: 15px;
}

.contact-detail-phone-number > .top {
  display: flex;
  align-items: center;

  margin-bottom: 7px;
}

.contact-detail-phone-number > .top > img {
  margin-right: 10px;

  width: 36px;
  height: 36px;
}

.contact-detail-phone-number > .top > .name {
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins";

  color: #f68d1f;
}

footer > .bottom {
  margin-top: 100px;
}

footer > .bottom > div {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #f68d1f;
  font-family: "Poppins";
}
