.section_3 {
  margin-top: 5em;
  display: flex;
  justify-content: center;
}
.section_3 .container {
  max-width: 95%;
}
@media (min-width: 820px) {
  .section_3 .container {
    width: 800px;
  }
}
@media (min-width: 1200px) {
  .section_3 .container {
    width: 1200px;
  }
}
.section_3 .container .head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1em;
}
.section_3 .container .head h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 1200px) {
  .section_3 .container .head h1 {
    font-size: 2.3rem;
  }
}
.section_3 .container .head p {
  font-size: 0.9rem;
}
@media (min-width: 1200px) {
  .section_3 .container .head p {
    font-size: 1rem;
  }
}
.section_3 .container .image_side {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2em 0;
}
.section_3 .container .image_side img {
  width: 700px;
  border-radius: 20px;
}
.section_3 .container .bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 3em;
}
.section_3 .container .bottom h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 1em;
}
@media (min-width: 1200px) {
  .section_3 .container .bottom h1 {
    font-size: 2rem;
  }
}
.section_3 .container .bottom .p1 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.9rem;
  margin-bottom: 1em;
}
@media (min-width: 1200px) {
  .section_3 .container .bottom .p1 {
    font-size: 1.2rem;
  }
}
.section_3 .container .bottom .p2 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.9rem;
  margin-bottom: 1em;
}
@media (min-width: 1200px) {
  .section_3 .container .bottom .p2 {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=section_3.css.map */