img {
  max-width: 100%;
  height: auto;
}

.about_1 {
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin: 0 auto;
  padding: 25px 0;
  display: block;
  justify-content: center;
  align-items: center;
}

.about_2 {
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin: 0 auto;
  padding: 25px 0;

  display: flex;
  justify-content: center;
  align-items: center;
}


.about_img {
  width: 100%;
  max-width: 512px;
  height: auto;
  margin: 25px;
  padding: auto;
}


.about_textBox {
  width: auto;
  max-width: 512px;
  height: auto;
  margin: 50px 50px;
  padding: auto;
}

.about_textBox2 {
  width: auto;
  max-width: 768px;
  height: auto;
  margin: 50px 25px;
  padding: auto;
  justify-content: center;
}

.about_textBox2 h3 {
  font-size: 20px;
  margin-bottom: 25px;
  text-align: center;
}
.about_textBox2 p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 10px;
}

.link-container {
  display: flex;
  padding-bottom: 25px;
  justify-content: center;
}

.link-container .lists {
  max-width: 300px;
  display: flex;
  /* align-items: center;
  justify-content: center; */

}

.link-container .lists li {
  width: 50px;
  margin: 25px;
  display: grid;
  place-items: center;
}

.custom-icon{
  font-size: 1.5em;
}

.instagram-icon {
  font-size: 1.25em;
}

@media screen and (max-width: 1024px) {
  .about_2 {
    flex-direction: column;
  }
  .about_img{
    max-width: 500px;
  }
}