@media (max-width: 1024px) {
  #hero_banner {
    height: 25vh;
  }

  #hero_banner > div > p {
    font-size: 2.5rem;
    line-height: 1;
  }

  #brief_description {
    margin-top: 4rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
  #brief_description > img {
    display: flex;
    align-self: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  #brief_description > div {
    flex-direction: column;
    row-gap: 2rem;
  }

  #brief_description h1 {
    font-size: 2rem;
    text-align: center;
  }

  #brief_description > div > div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 2rem;
    width: 100%;
  }

  #brief_description > div > div:first-child > p {
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
  }

  #brief_description > div > div:first-child > a {
    align-self: center;
  }

  #brief_description > div > div:last-child {
    margin: auto;
  }

  #brief_description > div > div:last-child > img:nth-child(1) {
    width: 60%;
  }

  #brief_description > div > div:last-child > img:nth-child(2) {
    width: 60%;
  }

  #brief_description > div > div:last-child > img:nth-child(3) {
    width: 40%;
    bottom: 5%;
    left: 20%;
  }

  .networks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
    row-gap: 1rem;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .networks > li {
    display: flex;
    justify-content: center;
  }

  #prestations {
    margin-top: 4rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #prestations > h2 {
    font-size: 1.5rem;
    line-height: 1;
    width: 80%;
  }

  #prestations > .element_container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
  }

  #prestations > .element_container > .element {
    width: 10rem;
  }

  #prestations > .element_container > .element > p {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  #stats {
    margin-top: 4rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #stats h2 {
    font-size: 1.5rem;
    line-height: 1;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  #stats > div:nth-child(1) {
    flex-direction: column;
    row-gap: 2rem;
  }

  .image_with_logo_ontop {
    position: relative;
    width: 320px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .image_with_logo_ontop > img:first-child {
    width: 100%;
    height: 100%;
  }
  .image_with_logo_ontop > img:nth-child(2) {
    width: 40%;
  }

  #stats > div:nth-child(2) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
    row-gap: 1rem;
  }
  #stats > div:nth-child(2) > div {
    max-width: 180px;
    justify-content: flex-start;
  }
  #stats > div:nth-child(2) > div > p:first-child {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  #morals {
    margin-top: 4rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #morals h2 {
    font-size: 1.5rem;
    line-height: 1;
    width: 100%;
  }

  #morals > div {
    flex-direction: column;
    row-gap: 2rem;
    width: 100%;
  }

  #morals > div:nth-child(1) > div:nth-child(1) {
    width: 100%;
  }

  #morals > div:first-child > div > p {
    font-size: 1.275rem;
    line-height: 2rem;
    margin: 0;
  }

  #morals .quotes {
    margin-top: 4rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 1rem;
  }
  #morals .quote_element {
    width: 100%;
  }
  #morals .quote_element > p:nth-child(1) {
    font-size: 4rem;
    line-height: 1;
  }
  #morals .quote_element > p:nth-child(2) {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  #morals .quote_element > p:nth-child(3) {
    margin-top: 1.75rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  #channels {
    margin-top: 4rem;
    margin-left: 2rem;
    margin-bottom: 4rem;
    flex-direction: column;
    row-gap: 2rem;
  }

  #channels h2 {
    font-size: 1.5rem;
    width: 100%;
  }

  #channels > div:first-child {
    width: 80%;
  }

  #channels > div:first-child > div:first-child > p {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  #channels > div:first-child > div:last-child {
    width: 100%;
  }
  #channels > div:last-child {
    width: 100%;
  }
  .slider-content {
    width: 300px !important;
  }
  .slider-content > img {
    max-width: 300px;
  }
  .slider-content > div {
    padding: 1.25rem 1.75rem;
    max-width: 300px;
    display: flex;
    flex-direction: column;
  }
  .slider-content > div > div:first-child {
    width: 100%;
  }
  .slider-content > div > div:last-child {
    width: 100%;
    justify-content: flex-end;
  }
}
