
body #section-pronunciation {
  background-color: #3E4095;
  padding: 26px 112px 20px;

  display: grid;
  grid-template-rows: repeat(1, auto);
  grid-template-columns: 1fr 1.2fr;

  align-items: center;
}

body #section-pronunciation h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 51.2px;
  
  color: #F2F2F2;

  margin: 0 0 16px;
}


body #section-pronunciation p {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #F2F2F2;
  
  margin: 30px 0;
}

body #section-pronunciation h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #F2F2F2;
}

body #section-pronunciation li {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #F2F2F2;
  list-style: none;

  display: flex;
  align-items: center;
  gap: 6px;
}

body #section-pronunciation span {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #FE673E;
  
}

body #section-pronunciation .pronunciation-image img{
  height: 408.89px;
}

@media (max-width: 1350px) {
  body #section-pronunciation {  
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 1350px) {
  body #section-pronunciation .pronunciation-image img{
    height: 50vw;
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  body #section-pronunciation {
    padding: 26px 20px 20px;
  }

  body #section-pronunciation h2 {
    font-size: 20px;
    line-height: 32px;
  }
  
  
  body #section-pronunciation p {
    font-size: 12px;
    line-height: 19.82px;
    margin: 7px 0;
  }

  body #section-pronunciation h6 {
    font-size: 12px;
    line-height: 19.82px;
  }
  
  body #section-pronunciation li {
    font-size: 12px;
    line-height: 19.82px;
    gap: 6px;
  }

  body #section-pronunciation li img {
   height: 14px;
  }
  
  body #section-pronunciation span {
    font-size: 12px;
    line-height: 19.82px;
  }
  
  body #section-pronunciation .pronunciation-image img {
    height: 278.96px;
  }
}