.section_2 {
  margin-top: 5em;
  display: flex;
  justify-content: center;
}
.section_2 .container {
  max-width: 95%;
}
@media (min-width: 820px) {
  .section_2 .container {
    width: 800px;
  }
}
@media (min-width: 1200px) {
  .section_2 .container {
    width: 1200px;
  }
}
.section_2 .container .head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section_2 .container .head h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 1200px) {
  .section_2 .container .head h1 {
    font-size: 2.3rem;
  }
}
.section_2 .container .head p {
  font-size: 0.8rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 1200px) {
  .section_2 .container .head p {
    font-size: 1rem;
  }
}
.section_2 .container .row {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media (min-width: 768px) {
  .section_2 .container .row {
    flex-direction: row;
  }
}
.section_2 .container .row .image_section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 1em;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .section_2 .container .row .image_section {
    width: 50%;
  }
}
.section_2 .container .row .image_section .image_1 {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .section_2 .container .row .image_section .image_1 {
    height: 270px;
  }
}
@media (min-width: 1200px) {
  .section_2 .container .row .image_section .image_1 {
    height: 450px;
  }
}
@media (min-width: 768px) {
  .section_2 .container .row .text_section {
    width: 50%;
  }
}
.section_2 .container .row .text_section .text_section_head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_2 .container .row .text_section .text_section_head h1 {
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
}
.section_2 .container .row .text_section .text_section_head p {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
  margin-top: 0.3em;
}
.section_2 .container .row .text_section p {
  font-size: 0.8rem;
  margin: 0.1em 0 1em 0;
}
.section_2 .container .row .text_section button {
  background-color: black;
  height: 40px;
  padding: 0 1em;
  border-radius: 12px;
  color: #fff;
  font-size: 0.9rem;
}/*# sourceMappingURL=section_2.css.map */