.skeleton-bg {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(80%, rgba(255, 255, 255, 0))), lightgray;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), lightgray;
  background-size: 50px 200px;
  background-repeat: repeat-y;
  background-position: 0 0;
  -webkit-animation: shine 1s infinite linear;
          animation: shine 1s infinite linear;
  border-radius: 5px;
}

.skeleton-img {
  height: 200px;
  width: 100%;
}

.skeleton-title {
  height: 40px;
  margin-bottom: 10px;
}

.article-section {
  background: #091B34;
}

.article-section-heading {
  font-size: 20px;
  line-height: 30px;
  padding: 0px 0px 50px 0px;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  text-align: left;
  color: #fff;
}

@media (min-width: 576px) {
  .article-section-heading {
    font-size: calc(1.15740741vw + 13.33333333px);
  }
}

@media (min-width: 1440px) {
  .article-section-heading {
    font-size: 30px;
  }
}

@media (min-width: 576px) {
  .article-section-heading {
    line-height: calc(1.15740741vw + 23.33333333px);
  }
}

@media (min-width: 1440px) {
  .article-section-heading {
    line-height: 40px;
  }
}

.title-truncation {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.truncation {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-common-padding-article {
  padding: 70px 0px 0px 0px;
}

.section-common-padding-article1 {
  padding: 0px 0px 70px 0px;
}

.common-card__title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #001A3B;
}

@media (min-width: 576px) {
  .common-card__title {
    font-size: calc(0.46296296vw + 19.33333333px);
  }
}

@media (min-width: 1440px) {
  .common-card__title {
    font-size: 26px;
  }
}

@media (min-width: 576px) {
  .common-card__title {
    line-height: calc(0.46296296vw + 27.33333333px);
  }
}

@media (min-width: 1440px) {
  .common-card__title {
    line-height: 34px;
  }
}

.common-card__category {
  margin-bottom: 5px !important;
  display: inline-block;
  background-color: #091B34;
  padding: 2px 10px;
  color: #FFF;
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.common-card__title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #001A3B;
}

@media (min-width: 576px) {
  .common-card__title {
    font-size: calc(0.46296296vw + 19.33333333px);
  }
}

@media (min-width: 1440px) {
  .common-card__title {
    font-size: 26px;
  }
}

@media (min-width: 576px) {
  .common-card__title {
    line-height: calc(0.46296296vw + 27.33333333px);
  }
}

@media (min-width: 1440px) {
  .common-card__title {
    line-height: 34px;
  }
}

@media (min-width: 768px) {
  .section-common-padding-article1 {
    padding: 0px 0px 100px 0px;
  }
  .section-common-padding-article {
    padding: 100px 0px 100px 0px;
  }
  .article-section-heading {
    padding: 70px 0px 115px 0px;
  }
}
