@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

/*Tablet-Planshet*/
@media (max-width: 1199px) {
  .container {
    width: 900px;
  }

  .subtitle {
    font-family: "Noto Sans", sans-serif;
    color: #999999;
  }
}

/*Mobile*/
@media (max-width: 899px) {
  .container {
    width: 600px;
  }

  .blog {
    padding: 60px 0 67px;
  }

  .header {
    margin-bottom: 40px;
  }

  .title {
    font-size: 32px;
  }

  .subtitle {
    font-size: 12px;
  }

  .cards-wrapper {
    margin-bottom: 40px;
    row-gap: 40px;
  }

  .button {
    padding: 11px 24px 13px;
    font-size: 18px;
  }
}

/*Mobile XS*/
@media (max-width: 599px) {
  .container {
    width: 320px;
  }

  .blog {
    padding-bottom: 40px;
  }

  .cards-wrapper {
    justify-content: center;
    row-gap: 20px;
  }

  .card-title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .card-description {
    margin-bottom: 10px;
  }

  a.card-link {
    font-size: 18px;
  }
}
