body,
body * {
  font-family: "Poppins", sans-serif;
}

body,
a,
p,
span {
  font-size: 15px;
}

.about-page .card-list ul {
  text-align: left !important;
}

.about-page .card-list ul li::after {
  left: 0;
}

.about-page .card-list ul li {
  padding-left: 35px;
}

.date {
  justify-content: right;
}

.read-more-link {
  right: 0;
}

.about-page ul {
  margin-left: 40px !important;
}

.copy-btn {
  right: 0;
  left: unset;
}

@media screen and (max-width: 1920px) {
  .bg {
    left: -367px;
  }
}
@media screen and (max-width: 1600px) {
  .bg {
    left: -327px;
  }
}
@media screen and (max-width: 1471px) {
  .bg {
    left: -275px;
  }
}
@media screen and (max-width: 1366px) {
  .bg {
    left: -260px;
  }
}
@media screen and (max-width: 1200px) {
  .bg {
    left: -209px;
  }
}
@media screen and (max-width: 1087px) {
  .bg {
    left: -170px;
  }
}
@media screen and (max-width: 520px) {
  .is-mobile .copy-btn {
    left: unset !important;
  }
}/*# sourceMappingURL=ltr.css.map */