body {
  background-color: #FAFAFA;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .top_sec {
    padding-top: 48px;
  }
  .updates_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #FAFAFA;
  }
  .updates_hero {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 64px 5%;
  }
  .updates_hero .cards {
    width: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 4px 4px 19px rgba(0, 0, 0, 0.25);
    border-radius: 32px;
  }
  .updates_hero .cards .picture {
    width: 100%;
    border-radius: 16px;
  }
  .updates_hero .cards .title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 19px;
  }
  .updates_hero .cards .descrip {
    font-size: 12px;
    margin-top: 4px;
  }
  .updates_hero .cards .date {
    margin-top: 4px;
    margin-bottom: 16px;
    color: #A6A6A6;
    font-size: 12px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .top_sec {
    padding-top: 48px;
  }
  .updates_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #FAFAFA;
  }
  .updates_hero {
    width: 100%;
    max-width: 767px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 64px 5%;
  }
  .updates_hero .cards {
    width: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 4px 4px 19px rgba(0, 0, 0, 0.25);
    border-radius: 32px;
  }
  .updates_hero .cards .picture {
    width: 100%;
    border-radius: 16px;
  }
  .updates_hero .cards .title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 19px;
  }
  .updates_hero .cards .descrip {
    font-size: 12px;
    margin-top: 4px;
  }
  .updates_hero .cards .date {
    margin-top: 4px;
    margin-bottom: 16px;
    color: #A6A6A6;
    font-size: 12px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top_sec {
    padding-top: 64px;
  }
  .updates_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #FAFAFA;
  }
  .updates_hero {
    width: 100%;
    max-width: 991px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 80px 10%;
  }
  .updates_hero .cards {
    width: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 4px 4px 19px rgba(0, 0, 0, 0.25);
    border-radius: 32px;
  }
  .updates_hero .cards .picture {
    width: 100%;
    border-radius: 16px;
  }
  .updates_hero .cards .title {
    font-size: 22px;
    font-weight: 600;
    margin-top: 19px;
  }
  .updates_hero .cards .descrip {
    font-size: 16px;
    margin-top: 4px;
  }
  .updates_hero .cards .date {
    margin-top: 4px;
    margin-bottom: 12px;
    color: #A6A6A6;
    font-size: 12px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top_sec {
    padding-top: 64px;
  }
  .updates_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #FAFAFA;
  }
  .updates_hero {
    width: 100%;
    max-width: 1199px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 80px 10%;
  }
  .updates_hero .cards {
    width: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 4px 4px 19px rgba(0, 0, 0, 0.25);
    border-radius: 32px;
  }
  .updates_hero .cards .picture {
    width: 100%;
    border-radius: 16px;
  }
  .updates_hero .cards .title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 19px;
  }
  .updates_hero .cards .descrip {
    font-size: 16px;
    margin-top: 4px;
  }
  .updates_hero .cards .date {
    margin-top: 4px;
    margin-bottom: 16px;
    color: #A6A6A6;
    font-size: 14px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .title {
    font-size: 48px;
  }
  .top_sec {
    padding-top: 64px;
  }
  .updates_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #FAFAFA;
  }
  .updates_hero {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 80px 10%;
  }
  .updates_hero .cards {
    width: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 4px 4px 19px rgba(0, 0, 0, 0.25);
    border-radius: 32px;
  }
  .updates_hero .cards .picture {
    width: 100%;
    border-radius: 16px;
  }
  .updates_hero .cards .title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 19px;
  }
  .updates_hero .cards .descrip {
    font-size: 16px;
    margin-top: 4px;
  }
  .updates_hero .cards .date {
    margin-top: 4px;
    margin-bottom: 16px;
    color: #A6A6A6;
    font-size: 14px;
  }
}/*# sourceMappingURL=updates.css.map */