.description_tag {
  margin-bottom: 80px;
}

.description_tag_read {
  border: 1px solid rgba(4, 19, 39, 0.2);
  border-radius: 8px;
  padding: 24px 43px;
  font-family: "Normalidad Compact";
  font-size: 20px;
  line-height: 20px;
  color: #041327;
  margin-top: 40px;
  background: #fff;
  cursor: pointer;
  display: none;
}

.description_tag_wrap {
  overflow: hidden;
  position: relative;
  transition: margin 0.3s;
}

.description_tag_wrap p {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.description_tag_wrap:after {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF 100%);
}

.description_tag_wrap.non:after {
  display: none;
}

.description_tag_wrap.active {
  height: auto !important;
}

.description_tag_wrap.active:after {
  display: none;
}

body:not(.light) .description_tag_wrap:after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #041327 100%);
}

.description_tag_read:active, .description_tag_read:focus {
  background: #fff;
}

@media (max-width: 1440px) {
  .description_tag_wrap p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
  }
  .description_tag_read {
    padding: 23px 40px;
  }
  .description_tag {
    margin-bottom: 90px;
  }
}
@media (max-width: 1024px) {
  .description_tag {
    margin-bottom: 50px;
  }
  .description_tag_read {
    font-size: 16px;
    padding: 16px 40px;
  }
}
@media (max-width: 480px) {
  .description_tag_wrap p {
    font-size: 16px;
    line-height: 24px;
  }
  .description_tag {
    margin-bottom: 40px;
  }
  .description_tag_read {
    width: 100%;
    padding: 19px 40px;
  }
}
body.light .sidebar .container .sidebar-group__wrapper__el:first-child {
  border-top: NONE !important;
}
@media (max-width: 768px) {
  body.light .sidebar .container .sidebar-group__wrapper__el:first-child {
    border-top: 1px solid rgba(4, 19, 39, 0.2) !important;
  }
}

.description_tag_wrap.non {
  height: auto !important;
}

.articles__info h1 {
  font-size: 32px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 120% !important;
  color: #041327 !important;
  margin-top: 52px !important;
}

p {
  font-size: 20px;
  /* font-size: 20px !important; */
}

body strong {
  font-weight: 400 !important;
}

@media (max-width: 1440px) {
  p {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .quote-block-new {
    margin: 36px 0 !important;
  }
}
/*AMP*/
.amp-post-title {
  margin-bottom: 20px !important;
}

/*AMP*/
.quote-block-new-author .wp-block-media-text__content p {
  margin-top: 10px !important;
}

@media (max-width: 1440px) {
  .quote-block-new-author .wp-block-media-text__content p {
    margin-top: 4px !important;
  }
}
@media (max-width: 480px) {
  .quote-block-new-author .wp-block-media-text__content p {
    margin-top: 8px !important;
    font-size: 16px !important;
  }
}
@media (max-width: 1440px) {
  .list-block ul, .list-block ol {
    font-size: 17px !important;
    line-height: 140% !important;
  }
}
@media (max-width: 1024px) {
  .list-block ul, .list-block ol {
    font-size: 16px !important;
    line-height: 140% !important;
  }
}
