.picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 290px;
  background: #f3f3f3;
  overflow: hidden;
}

.picture .title-picture {
  width: 98%;
  height: auto;
  display: block;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.main-content {
  width: 1200px;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
}

h1 {
  color: black;
  font-family: "Roboto", Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 34px;
}

h2 {
  font-size: 38px;
  color: #51b9ea;
}

h3 {
  font-size: 30px;
  color: black;
}

h4 {
  font-size: 26px;
  color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  hyphens: auto;
  overflow-wrap: break-word;
}

p,
li,
a {
  font-size: 19px;
}

.blue {
  color: #51b9ea;
  font-weight: 550;
}

.gray {
  color: gray;
}

.picture {
  width: 100%;
  height: 286px;
}

.picture .title-picture {
  width: 1840px;
}

@media (max-width: 1250px) {
  .main-content {
    width: 100%;
  }

  .main-content p,
  .main-content a,
  h3,
  h4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1200px) {
  .picture {
    width: 100%;
    height: 272px;
  }

  .picture .title-picture {
    width: 1740px;
  }
}

@media (max-width: 1120px) {
  .picture {
    width: 100%;
    height: 258px;
  }

  .picture .title-picture {
    width: 1640px;
  }
}

@media (max-width: 1060px) {
  .picture {
    width: 100%;
    height: 240px;
  }

  .picture .title-picture {
    width: 1500px;
  }

  h1,
  h2 {
    font-size: 34px;
  }
}

@media (max-width: 1015px) {
  .picture {
    width: 100%;
    height: 220px;
  }

  .picture .title-picture {
    width: 1400px;
  }

  h1,
  h2 {
    font-size: 32px;
  }
}

@media (max-width: 935px) {
  .picture {
    width: 100%;
    height: 200px;
  }

  .picture .title-picture {
    width: 1270px;
  }

  h1,
  h2 {
    font-size: 30px;
  }
}

@media (max-width: 875px) {
  .picture {
    width: 100%;
    height: 190px;
  }

  .picture .title-picture {
    width: 1200px;
  }

  h1,
  h2 {
    font-size: 28px;
  }
}

@media (max-width: 815px) {
  .picture {
    width: 100%;
    height: 170px;
  }

  .picture .title-picture {
    width: 1070px;
  }
}

@media (max-width: 768px) {
  h2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  h3,
  h4,
  p,
  .main-content a {
    text-align: center;
  }

  .picture {
    width: 100%;
    height: 170px;
  }

  .picture .title-picture {
    width: 1320px;
  }
}

.main-content {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 530px) {
  .picture {
    width: 100%;
    height: 135px;
  }

  .picture .title-picture {
    width: 1050px;
  }
}

@media (max-width: 440px) {
  h1,
  h2 {
    font-size: 26px;
  }

  h2 {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }
}
