.blog-card.blog-card-main .card-image {
  width: 100%;

  img {
    width: 100%;
  }
}

.blog-card .card-image img {
  width: 100%;
}

.blog-card .card-content .card-title,
.resent-card .card-text .card-title {
  color: #FFFFFF;
}

.pagination {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;

  .page-numbers {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #FFFFFF1A;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
  }
  .current {
    background: linear-gradient(97.93deg, #FF0075 0%, #FF2E63 87.78%);
  }
  .prev,
  .next {
    font-size: 20px;
    padding-bottom: 3px;
  }
}

.fase-swap-section {
  margin-top: 0;
}

.post-content {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 18px;
    line-height: calc(24px / 18px);

    @media(min-width: 1200px) {
      font-size: 24px;
      line-height: 34px;
      letter-spacing: calc(34px / 24px);

    }
  }

  a {
    color: #FFFFFF;
    text-decoration: underline;
  }
  a:hover {
    text-decoration: none;
  }
}

#menu-socials-menu {
  display: flex;
  gap: 20px;
  justify-content: center;

  @media(min-width: 992px) {
    justify-content: start;
  }

  a {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 100%;
  }
}
