.content-page {
  font-size: 14px;
  line-height: 26px;
}
.content-page h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 40px 0 30px 0;
}
.content-page h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 30px 0;
}
.content-page blockquote {
  margin: 20px 0;
  padding-left: 14px;
  border-left-width: 2px;
  border-left-style: solid;
}
.content-page p {
  margin-bottom: 10px;
  text-align: justify;
  line-height: 26px;
}
.content-page ol, .content-page ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
.content-page ol li:not(:last-child), .content-page ul li:not(:last-child) {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .content-page ol li:not(:last-child), .content-page ul li:not(:last-child) {
    padding-bottom: 20px;
  }
}
.content-page table {
  margin-bottom: 10px;
  width: 100% !important;
}
.content-page table tr th, .content-page table tr td {
  padding: 5px;
}
.content-page .cat-link {
  margin-top: 20px;
}
.content-page .img-wrap {
  display: inline;
}
.content-page .img-wrap .title {
  display: none;
}
.content-page .img-wrap .img {
  display: inline;
}
.content-page .img-wrap.left {
  position: relative;
  width: calc(100% + 40px);
  height: auto;
  margin: 40px 0;
  margin-left: -20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .content-page .img-wrap.left {
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    display: table;
    margin: 40px auto;
  }
}
@media screen and (min-width: 1024px) {
  .content-page .img-wrap.left {
    float: left;
    margin: 10px 40px 40px 0;
  }
}
.content-page .img-wrap.left .title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 75px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  padding: 17px 25px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .content-page .img-wrap.left .title {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.content-page .img-wrap.left .title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-page .img-wrap.left .title:before {
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  content: "";
  width: 3px;
  height: 40px;
  z-index: 155;
}
.content-page .img-wrap.left .img {
  height: auto;
  margin: 0 auto;
  line-height: 0;
  width: calc(100% + 40px);
  display: block;
}
@media screen and (min-width: 568px) {
  .content-page .img-wrap.left .img {
    width: auto;
  }
}
.content-page .img-wrap.left .img img {
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 568px) {
  .content-page .img-wrap.left .img img {
    border-radius: 5px;
  }
}
.content-page .img-wrap.right {
  position: relative;
  width: calc(100% + 40px);
  height: auto;
  margin: 40px 0;
  margin-left: -20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .content-page .img-wrap.right {
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    display: table;
    margin: 40px auto;
  }
}
@media screen and (min-width: 1024px) {
  .content-page .img-wrap.right {
    float: right;
    margin: 10px 0 40px 40px;
  }
}
.content-page .img-wrap.right .title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 75px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  padding: 17px 25px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .content-page .img-wrap.right .title {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.content-page .img-wrap.right .title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-page .img-wrap.right .title:before {
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  content: "";
  width: 3px;
  height: 40px;
  z-index: 155;
}
.content-page .img-wrap.right .img {
  height: auto;
  margin: 0 auto;
  line-height: 0;
  width: calc(100% + 40px);
  display: block;
}
@media screen and (min-width: 568px) {
  .content-page .img-wrap.right .img {
    width: auto;
  }
}
.content-page .img-wrap.right .img img {
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 568px) {
  .content-page .img-wrap.right .img img {
    border-radius: 5px;
  }
}
.content-page .img-wrap.justify {
  position: relative;
  width: calc(100% + 40px);
  height: auto;
  margin: 40px 0;
  margin-left: -20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 568px) {
  .content-page .img-wrap.justify {
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    display: table;
    margin: 40px auto;
  }
}
@media screen and (min-width: 1024px) {
  .content-page .img-wrap.justify {
    float: none;
    display: table;
    margin: 10px auto;
    max-width: 100%;
    clear: both;
  }
}
.content-page .img-wrap.justify .title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 75px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  padding: 17px 25px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .content-page .img-wrap.justify .title {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.content-page .img-wrap.justify .title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-page .img-wrap.justify .title:before {
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  content: "";
  width: 3px;
  height: 40px;
  z-index: 155;
}
.content-page .img-wrap.justify .img {
  height: auto;
  margin: 0 auto;
  line-height: 0;
  width: calc(100% + 40px);
  display: block;
}
@media screen and (min-width: 568px) {
  .content-page .img-wrap.justify .img {
    width: auto;
  }
}
.content-page .img-wrap.justify .img img {
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 568px) {
  .content-page .img-wrap.justify .img img {
    border-radius: 5px;
  }
}

/*# sourceMappingURL=mm-content-content.css.map */
