address,
blockquote,
dl,
fieldset,
ol,
p,
pre,
table,
ul {
  text-align: justify;
}

.sty-card-about-en{
    direction:ltr;
}

.sty-card-about-en p{
    line-height:1.8;
}

.footer-logo {
  max-width: 160px;
  height: auto;
}

.footer-bio {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.footer-socials {
  display: flex;
  gap: 15px;
}

.footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #333;
  font-size: 18px;
  transition: all 0.3s ease;
}

.footer-socials a:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #000;
}

.footer-title {
  margin-bottom: 25px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
  font-size: 14px;
}

.footer-links a {
  color: #555;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-links a:hover {
  padding-right: 5px;
}


@media (max-width: 1024px){
    .sty-sm{
        border-top: 1px solid #ddd;
    padding-top: 1rem;
    }
}
