iframe {
  width: 325px !important;
  height: 325px !important;
}

@media screen and (max-width: 768px) {
  .post-content h2:nth-child(3), .post-content h2:nth-child(1) {
    text-align: center;
  }
}

#cours_technique {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #cours_technique div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #cours_technique div iframe {
    padding: unset;
  }
}

@media screen and (max-width: 768px) {
  ul {
    padding: unset !important;
    margin: unset !important;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  ul li {
    list-style-type: none;
  }
}
/*# sourceMappingURL=tai-ji-quan-details-style.css.map */