.about-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 3rem;
}

.about-content {
  flex: 2;
  max-width: 70%;
  text-align: left;
}

.about-content h2 {
  text-align: left;
}

.description-content {
  text-align: justify;
}

.description-content ul,
.description-content ol {
  text-align: justify;
  list-style-position: inside;
  padding-left: 0;
  margin-left: 0;
}

.description-content li {
  text-align: justify;
  margin-bottom: 0.5rem;
}

.myanmar-title {
  font-family: 'Pyidaungsu', 'Myanmar3', 'Zawgyi-One', sans-serif !important;
  font-size: 32px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  display: block !important;
  text-align: left !important;
}

.myanmar-content {
  font-family: 'Pyidaungsu', 'Myanmar3', 'Zawgyi-One', sans-serif !important;
  /* font-size: 18px !important; */
  line-height: 1.8 !important;
  font-weight: 400 !important;
  text-align: justify !important;
}

.myanmar-content * {
  font-family: 'Pyidaungsu', 'Myanmar3', 'Zawgyi-One', sans-serif !important;
  /* font-size: 18px !important; */
  line-height: 1.8 !important;
  text-align: justify !important;
}

.myanmar-content p {
  /* font-size: 18px !important; */
  margin-bottom: 1rem !important;
  text-align: justify !important;
}

.myanmar-content ul,
.myanmar-content ol {
  /* font-size: 18px !important; */
  text-align: justify !important;
  list-style-position: inside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.myanmar-content li {
  /* font-size: 18px !important; */
  line-height: 1.8 !important;
  margin-bottom: 0.5rem !important;
  text-align: justify !important;
}

.myanmar-content h1,
.myanmar-content h2,
.myanmar-content h3,
.myanmar-content h4,
.myanmar-content h5,
.myanmar-content h6 {
  /* font-size: 22px !important; */
  font-weight: 600 !important;
  margin-bottom: 1rem !important;
  text-align: left !important;
}

.about-image {
  flex: 0.8;
  margin-top: 0;
  width: 100%;
}

.image-about {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 1024px) {
  .about-container {
    gap: 2rem;
  }
  
  .about-content {
    max-width: 65%;
  }
  
  .about-image {
    max-width: 280px;
    min-width: 220px;
  }
}

@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .about-content {
    flex: none;
    max-width: 100%;
    text-align: center;
  }
  
  .about-image {
    flex: none;
    margin-top: 1.5rem;
    max-width: 100%;
    min-width: auto;
  }
  
  .image-about {
    min-height: 200px !important;
  }
  
  .myanmar-title {
    font-size: 28px !important;
    text-align: center !important;
  }
  
  .myanmar-content h1,
  .myanmar-content h2,
  .myanmar-content h3,
  .myanmar-content h4,
  .myanmar-content h5,
  .myanmar-content h6 {
    /* font-size: 20px !important; */
    text-align: center !important;
  }
}
