/* Extra small devices (phones, 360px and down) max-width: 360; */
.update_section {
  max-width: 360px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 48px;
  background: #F6F6F6;
}
.update_section .container {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 0;
  gap: 40px;
}
.update_section .container .title {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 19px;
}
.update_section .container .descrip {
  font-size: 0.8rem;
  margin-top: 4px;
}
.update_section .container .date {
  margin-top: 4px;
  margin-bottom: 16px;
  color: #A6A6A6;
  font-size: 0.6rem;
}
.update_section .container .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;
}
.update_section .container .cards .picture {
  width: 100%;
  border-radius: 16px;
}
.update_section .container .card_pdf {
  width: 100%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 4px 4px 19px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  gap: 32px;
}
.update_section .container .card_pdf .div_a {
  display: flex;
}
.update_section .container .card_pdf .div_a svg {
  margin-top: 0;
  margin-bottom: 0;
}
.update_section .container .card_pdf .div_b {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* small devices (phones,  360px and up) max-width: 600;  */
@media only screen and (min-width: 360px) {
  .update_section {
    max-width: 600px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 48px;
    background: #F6F6F6;
  }
  .update_section .container {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 0;
    gap: 40px;
  }
  .update_section .container .title {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 19px;
  }
  .update_section .container .descrip {
    font-size: 0.8rem;
    margin-top: 4px;
  }
  .update_section .container .date {
    margin-top: 4px;
    margin-bottom: 16px;
    color: #A6A6A6;
    font-size: 0.6rem;
  }
  .update_section .container .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;
  }
  .update_section .container .cards .picture {
    width: 100%;
    border-radius: 16px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) max-width: 768px;  */
@media only screen and (min-width: 600px) {
  .update_section {
    max-width: 768px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 48px;
    background: #F6F6F6;
  }
  .update_section .container {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 0;
    gap: 40px;
  }
  .update_section .container .title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 19px;
  }
  .update_section .container .descrip {
    font-size: 1rem;
    margin-top: 4px;
  }
  .update_section .container .date {
    margin-top: 4px;
    margin-bottom: 16px;
    color: #A6A6A6;
    font-size: 0.8rem;
  }
  .update_section .container .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;
  }
  .update_section .container .cards .picture {
    width: 100%;
    border-radius: 16px;
  }
}
/* Medium devices (landscape tablets, 768px and up) max-width: 992px;  */
@media only screen and (min-width: 768px) {
  .update_section {
    max-width: 992px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 48px;
    background: #F6F6F6;
  }
  .update_section .container {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 0;
    gap: 40px;
  }
  .update_section .container .title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 19px;
  }
  .update_section .container .descrip {
    font-size: 1rem;
    margin-top: 4px;
  }
  .update_section .container .date {
    margin-top: 4px;
    margin-bottom: 16px;
    color: #A6A6A6;
    font-size: 0.8rem;
  }
  .update_section .container .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;
  }
  .update_section .container .cards .picture {
    width: 100%;
    border-radius: 16px;
  }
}
/* Large devices (laptops/desktops, 992px and up) max-width: 1200px;  */
@media only screen and (min-width: 992px) {
  .update_section {
    max-width: 1200px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    background: #F6F6F6;
  }
  .update_section .container {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 82px 0;
    gap: 40px;
  }
  .update_section .container .title {
    font-size: 2.2rem;
    font-weight: 600;
    margin-top: 19px;
  }
  .update_section .container .descrip {
    font-size: 1.2rem;
    margin-top: 4px;
  }
  .update_section .container .date {
    margin-top: 4px;
    margin-bottom: 16px;
    color: #A6A6A6;
    font-size: 1rem;
  }
  .update_section .container .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;
  }
  .update_section .container .cards .picture {
    width: 100%;
    border-radius: 16px;
  }
  .update_section .container .card_pdf {
    width: 100%;
    padding: 32px;
    display: flex;
    flex-direction: row;
    background: #FFFFFF;
    box-shadow: 4px 4px 19px rgba(0, 0, 0, 0.25);
    border-radius: 32px;
    gap: 32px;
  }
  .update_section .container .card_pdf .div_a {
    display: flex;
  }
  .update_section .container .card_pdf .div_a svg {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .update_section .container .card_pdf .div_b {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) max-width: 100%;  */
@media only screen and (min-width: 1200px) {
  .update_section {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    background: #F6F6F6;
  }
  .update_section .container {
    width: 1180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 82px 0;
    gap: 40px;
  }
  .update_section .container .title {
    font-size: 2.2rem;
    font-weight: 600;
    margin-top: 19px;
  }
  .update_section .container .descrip {
    font-size: 1.2rem;
    margin-top: 4px;
  }
  .update_section .container .date {
    margin-top: 4px;
    margin-bottom: 16px;
    color: #A6A6A6;
    font-size: 1rem;
  }
  .update_section .container .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;
  }
  .update_section .container .cards .picture {
    width: 100%;
    border-radius: 16px;
  }
  .update_section .container .card_pdf {
    width: 100%;
    padding: 32px;
    display: flex;
    flex-direction: row;
    background: #FFFFFF;
    box-shadow: 4px 4px 19px rgba(0, 0, 0, 0.25);
    border-radius: 32px;
    gap: 32px;
  }
  .update_section .container .card_pdf .div_a {
    display: flex;
  }
  .update_section .container .card_pdf .div_a svg {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .update_section .container .card_pdf .div_b {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}/*# sourceMappingURL=update.css.map */