.faq {
  background-color: rgb(255, 255, 255);
}

.faq-wrapper {
  width: 100%;
  padding: 20px 0px;
}

.footer {
  padding: 50px;
  background: rgb(0, 67, 130);
}

.logo-container {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-container:hover {
  text-decoration: none;
}

.img-logo {
  max-width: 100%;
  margin-right: 10px;
}

.logo-text h2 {
  color: rgb(255, 255, 255);
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.rounded-icon {
  border: 1px solid white;
  border-radius: 50%;
  padding: 5px;
}

.footer-list {
  /* padding: 0px 20px 20px; */
  color: rgb(255, 255, 255);
}

.footer-list p {
  font-size: 18px;
  line-height: 150%;
}

.social-icon {
  padding: 20px 0px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.social-icon a {
  width: 40px;
  height: 40px;
  border: 1px solid rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 18px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  transition: all 0.4s ease 0s;
}

.social-icon a:hover {
  text-decoration: none;
  color: rgb(249, 119, 0);
  border: 1px solid rgb(249, 119, 0);
  transform: translateY(-5px);
}

.contact-email p {
  color: rgb(255, 255, 255);
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
}

.contact-tel p {
  color: rgb(255, 255, 255);
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.footer-row {
  text-align: center;
}

.footer-bottom {
  padding: 10px;
  border-bottom: 1px solid rgb(255, 255, 255);
}

.copyright {
  color: rgb(255, 255, 255);
  padding: 20px 0 10px 0;
  text-align: center;
  font-family: Arial;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-img {
  width: 100%;
}

.contact-tel a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 21px;
}

.contact-tel a:hover {
  color: rgb(249, 119, 0);
  text-decoration: none;
}

.last-footer {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: 15px;
  color: rgb(255, 255, 255);
  align-items: flex-end;
}

.last-footer p {
  font-size: 18px;
  line-height: 140%;
}

.last-footer img {
  width: 100%;
}

.contact-email a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
  font-size: 18px;
}

.contact-email a:hover {
  color: rgb(249, 119, 0);
  text-decoration: none;
}

@media screen and (max-width: 991px){
  .footer-list {
    margin-top: 25px;
}
.footer {
  padding: 40px 10px;
}
}
@media screen and (max-width: 767px){
  .last-footer {
    align-items: flex-start;
    margin-top: 25px;
  }
}