@media screen and (min-width: 768px) and (max-width: 1600px) {
  .login_main .con {
    transform: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .content {
    padding: 0 1.2rem;
  }
  .swiper_content {
    padding: 15px 1.2rem;
  }
  .dashboard_fund .fund_list .btn {
    min-width: unset;
    padding-inline: 1.3rem;
    text-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .content,
  .swiper_content {
    max-width: 1000px;
  }
  .dashboard_fund .fund_list .fund_progress {
    padding-right: 0;
  }
  .dashboard_fund .fund_list a,
  .dashboard_fund .label ul {
    grid-template-columns: 32.8% 18% 1fr 9% 16%;
  }
  .dashboard_fund .fund_list p {
    font-size: 14px;
  }
  .dashboard_info .user .options a {
    font-size: 13px;
  }
  .dashboard_info .user button {
    font-size: 16px;
  }
  .dashboard_info .property .property_item {
    max-height: 246px;
  }
  .dashboard_info .property .property_item:last-child {
    padding-bottom: 40px;
  }
  .dashboard_fund .fund_list .flex {
    gap: 20px;
  }
  .project_main .flex {
    align-items: center;
  }
  .project_main .right {
    padding: 0;
  }
  .project_list .list .news_list {
    column-gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .dashboard_info .con {
    gap: 2rem 20px;
    grid-template-columns: 40% 1fr;
  }
  .dashboard_info .con .user {
    grid-area: unset;
  }
  .dashboard_info .con .dashboard_news {
    grid-column: span 2;
    padding: 2rem 3.7209%;
  }
  .dashboard_info .con .property {
    grid-template-columns: repeat(2, 1fr);
  }
  .project_main .flex {
    flex-direction: column;
    gap: 3rem;
  }
  .project_main .flex .left {
    width: 90%;
  }
  .project_main .flex .right {
    max-width: unset;
    width: 100%;
  }
  .project_list .list .news_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .login_main {
    padding-top: 16%;
  }
  .dashboard_fund .fund_list .flex {
    flex-direction: column;
  }
  .dashboard_fund .fund_list .flex .img {
    width: 100%;
    height: 100px;
  }
  .dashboard_fund .fund_list .flex p {
    gap: 5px;
  }
  .dashboard_fund .fund_list .flex strong {
    font-size: 15px;
  }
  .dashboard_fund .fund_list a,
  .dashboard_fund .label ul {
    grid-template-columns: 22.8% 22% 1fr 12% 19%;
  }
  .dashboard_fund .label ul select {
    font-size: 14px;
  }
  .dashboard_fund .label ul span {
    font-size: 14px;
  }
  .post_main .news_nav {
    flex-direction: column;
  }
  .post_main .flex .left {
    margin-right: 60px;
  }
  .news_main .list .news_list,
  .news2_main .list .news_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .nav .nav_top,
  .nav .nav_bottom {
    flex-direction: column;
    align-items: start;
  }
  .nav .nav_top .right ul .item,
  .nav .nav_bottom .right ul .item {
    padding: 18px 0;
  }
  .nav .nav_bottom .right ul .item.active {
    padding-bottom: 18px;
  }
}
