@media screen and (min-width: 1240px) and (max-width: 1360px) {
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 991px) {
  /* content */
  .content {
    margin: 50px 0;
  }
  .contentBoxBottom {
    max-width: 100%;
  }
  .contentBoxTitle {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  /* content */
  .content {
    margin: 30px 0;
  }
  .contentBoxTitle {
    font-size: 25px;
    line-height: 35px;
  }
  .contentBoxTitle1 {
    font-size: 18px;
    line-height: 28px;
  }
  .tagsLinks {
    flex-wrap: wrap;
  }
  .contentBoxBottom {
    margin-top: 30px;
  }
  .portalsBoxs {
    flex-direction: column;
    gap: 20px;
  }
  .portalBox {
    width: 100%;
  }

  /* footer */
  .footer {
    padding-top: 30px;
  }
  .footerLinks {
    margin-top: 30px;
  }
}
