.graph-cnews-icon {
  position: absolute;
  right: 30px;
  bottom: 40px;
}

.graph-container {
  margin: 40px 0 45px;
  background-color: #3e3d4d;
  position: relative;
}

.graph-header {
  padding: 40px 30px 30px;
  position: relative;
  /*min-height: 145px;*/
}

.graph-title,
p.graph-title,
.article_body .graph-title {
  color: white;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 15px;
  max-width: 80%;
  line-height: 1.4;
}

.graph-text {
  color: #d4d9dc;
  font-size: 18px;
}

.graph-text,
.graph-legends-container {
  max-width: 83%;
}
.widget-chart-25 .graph-legends-container {
  max-width: 100%;
  margin-right: 95px;
}
.graph-cnews-logo {
  position: absolute;
  top: 40px;
  right: 30px;
  max-width: 82px;
}

.graph-note-container {
  /* display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: column;
    align-items: flex-start; */
  display: flex;
  flex-direction: column;
}

.graph-note-square {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-color: grey;
  flex: none;
  position: relative;
  top: 2px;
}

.graph-color-1 .graph-note-square,
.graph-color-1 .graph-line-shape {
  background-color: #0282d1;
}

.graph-color-2 .graph-note-square,
.graph-color-2 .graph-line-shape {
  background-color: #56e6f1;
}

.graph-color-3 .graph-note-square,
.graph-color-3 .graph-line-shape {
  background-color: #3febb7;
}

.graph-color-4 .graph-note-square,
.graph-color-4 .graph-line-shape {
  background-color: #ffbb3f;
}

.graph-color-5 .graph-note-square,
.graph-color-5 .graph-line-shape {
  background-color: #fe6b18;
}

.graph-color-6 .graph-note-square,
.graph-color-6 .graph-line-shape {
  background-color: #f82433;
}

.graph-note-item {
  color: #d4d9dc;
  font-size: 14px;
  padding-right: 25px;
  margin: 7px 0;
  display: flex;
  align-items: flex-start;
  position: relative;
  /* flex: 0 0 130px; */
}

.graph-body {
  position: relative;
  display: flex;
  padding: 40px 30px 20px;
  /* align-items: flex-end; */
}
.widget-chart-25 .graph-body {
  flex-direction: column;
}
.graph-desc-wrap {
  display: flex;
  justify-content: space-between;
}
.graph-desc-wrap p {
  color: #fff;
  width: 50%;
  text-align: center;
}
.graph-body-container {
  display: flex;
  width: 100%;
  overflow-x: auto;
  align-items: flex-end;
  scrollbar-width: thin;
  scrollbar-color: #a7aab1 #555;
}
.widget-chart-39 .graph-body-container {
  overflow-x: visible;
}

.graph-body-container {
  /* background-image: url(https://static.cnews.ru/img/cnews/2023/06/13/obedinenie_6.png);
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat; */
}

/* Works on Chrome, Edge, and Safari */
.graph-body-container::-webkit-scrollbar {
  width: 1px;
  height: 8px;
}

.graph-body-container::-webkit-scrollbar-track {
  background: #555;
  border-radius: 50px;
}

.graph-body-container::-webkit-scrollbar-thumb {
  background-color: #a7aab1;
  border-radius: 50px;
  /* border: 1px solid #EFEFEF; */
  background-image: url(https://static.cnews.ru/img/cnews/2023/06/13/obedinenie_6.png);
  background-position: center;
  background-size: 14px;
  background-repeat: no-repeat;
}

.widget-chart-23 .graph-body,
.widget-chart-27 .graph-body {
  padding-right: 10px;
  padding-left: 10px;
}

.widget-chart .graph-note-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*display: grid;*/
  /*grid-template-columns: repeat(3,1fr);*/
}

.graph-single-container {
  flex-grow: 1;
  flex-basis: 100%;
}

.graph-single-container + .graph-single-container {
  margin-left: 30px;
}

.widget-chart-1 .graph-single-container-2 {
  display: none;
}

.widget-chart-1 .graph-single-container-2.visible {
  display: block;
}

.graph-lines-container {
  display: flex;
  align-items: flex-end;
  min-height: 280px;
}

.graph-line {
  margin-right: 4px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.graph-line:last-of-type {
  margin-right: 0;
}

.graph-line-number,
.graph-line-title {
  color: #d4d9dc;
  text-align: center;
  margin: 10px 0;
}

.graph-lines-desc {
  text-align: center;
  color: #d4d9dc;
  margin: 20px 0 0;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 30px;
}

.graph-line-shape {
  width: 50px;
  height: 240px;
  border-radius: 3px 3px 0 0;
  background-color: grey;
  margin: 0 auto;
}

.graph-footer {
  padding: 15px 30px;
  margin-top: 10px;
}

.graph-source {
  margin: 0;
  color: #a7aab1;
  font-size: 14px;
}

.widget-chart {
  margin: 40px 0 45px;
  background-color: #3e3d4d;
  position: relative;
}

.graph-cnews-logo {
  position: absolute;
  top: 51px;
  right: 30px;
  max-width: 82px !important;
}

.graph-cnews-icon {
  position: absolute;
  right: 37px;
  bottom: 30px;
  width:65px;
  opacity: 0.6;
  top: 80px;
}

.chartjs-render-monitor {
  width: 100%;
}

.canvas-container {
  width: 100%;
  flex-basis: 100%;
  flex-grow: 1;
}

.graph-body:before,
.graph-body:after,
.graph-container:before,
.graph-container:after {
  content: "";
  background-image: url(https://static.cnews.ru/img/cnews/2023/06/13/1izobrazhenie58.png);
  background-position: center;
  background-size: contain;
  background-repeat: repeat-x;
  height: 10px;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
}

.graph-body:before,
.graph-container:before {
  bottom: 100%;
  top: auto;
}

.graph-body:before,
.graph-body:after {
  background-image: url(https://static.cnews.ru/img/cnews/2023/06/13/linepatterngrey3.svg);
}

.graph-legends-container {
  display: flex;
  column-gap: 15px;
}

.graph-legends-container .legend-container {
  flex: 1;
}

.graph-lines-desc img {
  max-height: 80px;
}

.graph-lines-desc-text {
  margin: 10px 0 0;
  font-size: 13px;
  color: #a7aab1;
  text-align: center;
  min-height: 36px;
}

.widget-chart-33 .graph-lines-container {
  flex-direction: column;
  align-items: initial;
  min-height: auto;
}

.widget-chart-33 .graph-line {
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}

.widget-chart-33 .graph-line-shape {
  height: 30px;
  width: 100%;
  margin: initial;
  border-radius: 0 3px 3px 0;
}

.widget-chart-33 .graph-line + .graph-line {
  margin-top: 15px;
}

.widget-chart-33 .graph-line-number {
  margin-left: 10px;
  margin-right: 0;
  width: 80px;
  text-align: left;
}

.widget-chart-33 .graph-line-title {
  margin-right: 10px;
  text-align: left;
  min-width: 150px;
  flex-basis: 150px;
}

.widget-chart-33 .graph-body {
  padding: 20px 30px;
}

.widget-chart-33 .graph-single-container {
  max-width: 100%;
}

.text-note:before,
.text-note:after {
  content: "";
  background-image: url(https://static.cnews.ru/img/cnews/2023/06/13/1izobrazhenie58.png);
  background-position: center;
  background-size: contain;
  background-repeat: repeat-x;
  height: 10px;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
}

.text-note {
  background-color: #f4f5f5;
  padding: 40px 20px;
  position: relative;
  margin: 50px 0;
}

.text-note h2 {
  font-size: 22px;
  margin: 0 0 15px;
  line-height: 1.2;
}

.text-note ul {
  padding-left: 20px;
  margin-bottom: 0;
  list-style: none;
}
.text-note ol + ul {
  margin-left: 40px;
}

.text-note li,
.text-note p {
  position: relative;
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.65;
  color: #212121;
}

.text-note ul li:before,
.text-note ul li:after {
  content: "";
  background-color: white;
  border: 1px solid #999999;
  display: inline-block;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  position: absolute;
  border-radius: 50%;
  left: -20px;
  top: 8px;
}

.text-note:before {
  bottom: 100%;
  top: auto;
}

.text-note li:last-of-type {
  margin-bottom: 0;
}

.article_body .text-note h2:first-of-type {
  margin-top: 0;
}

.person-desc-block {
  max-width: 616px;
  margin: 20px 0;
}

.person-desc-block:after,
.person-desc-block:before {
  content: "";
  display: table;
  clear: both;
}

.person-desc-block p,
.person-desc-block li {
  color: white;
}

.person-desc-block .line_pattern,
.section_mainnews .person-desc-block .line_pattern {
  margin-bottom: 0;
}

.person-desc-text {
  background-color: #3e3d4d;
}

.person-desc-body {
  position: relative;
  padding: 30px 20px;
}

.person-desc-list {
  padding-left: 20px;
  list-style: none;
}

.person-desc-list li {
  position: relative;
  margin-bottom: 28px;
  font-size: 14px;
}

.person-desc-list li:nth-of-type(1n + 4) {
  display: none;
}

.person-desc-list li:nth-of-type(3),
.person-desc-list li:last-of-type {
  margin-bottom: 0;
}

.openable-block-opened .person-desc-list li:nth-of-type(3) {
  margin-bottom: 28px;
}

.person-desc-open .person-desc-list li:nth-of-type(1n + 4) {
  display: block;
}

.person-desc-list li:before {
  content: "";
  border: 1px solid #999999;
  display: inline-block;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  position: absolute;
  border-radius: 50%;
  left: -20px;
  top: 8px;
}

.person-desc-name,
.article_body .person-desc-name {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 20px;
  line-height: 1.4;
}

.person-desc-photo {
  float: right;
  margin-right: -133px;
  margin-left: 45px;
  position: relative;
  margin-top: -38px;
}

.person-desc-photo:before {
  content: "";
  background-color: #3e3d4d;
  background-image: url(https://static.cnews.ru/img/cnews/2023/06/13/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: -12px;
}

.person-desc-photo:after {
  content: "";
  background-color: white;
  width: 113px;
  height: 100%;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1;
}

.person-desc-photo img {
  width: 200px;
  position: relative;
  z-index: 2;
}

.person-desc-body:after {
  content: "";
  background-image: url(https://static.cnews.ru/img/cnews/2023/06/13/linepatterngrey3.svg);
  background-position: center;
  background-size: cover;
  background-repeat: repeat-x;
  height: 10px;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
}

.person-desc-footer {
  padding: 15px 40px;
}

.hide-footer .person-desc-body:after {
  background-image: none;
}

.hide-footer .person-desc-footer {
  display: none;
}

.person-btn-more,
.article-btn.person-btn-more {
  background-color: #00a7b3;
  color: white;
  border: 0;
  padding: 12px 26px;
  transition: 0.3s;
  font-size: 12px;
  display: inline-block;
}

.person-btn-more:hover,
.article-btn.person-btn-more:hover,
.review-material-container .article-btn.person-btn-more:hover {
  color: white;
  background-color: rgba(0, 167, 179, 0.8);
}

.person-btn-more:after {
  content: "";
  background-image: url(https://static.cnews.ru/img/cnews/2023/06/13/kontur_4042x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 7px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.person-desc-open .person-btn-more:after {
  transform: rotate(180deg);
}

.article-speaker-quote {
  margin: 30px 0;
  max-width: 712px;
}

/* Виджет 39 */
.widget-chart-39 .graph-body {
  padding: 40px 15px 20px;
}
.widget-chart-39 .graph-lines-container {
  flex-direction: column;
  align-items: flex-start;
  min-height: 120px;
}
.widget-chart-39 .graph-line {
  flex-direction: row;
  align-items: center;
  padding-top: 7px;
  margin-right: 0;
  width: calc(100% - 5px);
}
.widget-chart-39 .graph-line-outer {
  display: flex;
  flex: 1;
}
.widget-chart-39 .graph-line-shape {
  height: 23px;
  border-radius: 0;
}
.widget-chart-39 .graph-line-image,
.widget-chart-33 .graph-line-image {
  background: #fff;
  /* color: #fff; */
  border-radius: 5px;
  width: 25%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-size: 12px;
  line-height: 100%;
  box-sizing: border-box;
  margin-right: 15px;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
.widget-drivers24 .graph-line-image {
  background: unset;
  color: #fff;
  justify-content: unset;
}
.widget-chart-33 .graph-line-image {
  width: 100px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.widget-chart-33 .graph-line-image a {
  pointer-events: none;
  max-height: 100%;
  display: flex;
  align-items: center;
}
.widget-chart-39 .graph-line-image:after {
  content: "";
  width: 1px;
  height: calc(100% + 10px);
  background: #fff;
  position: absolute;
  right: -15px;
  top: 0;
}

.widget-chart-39 .graph-line-wrap {
  display: flex;
  flex-direction: column;
}
.widget-chart-39 .graph-line-number {
  text-align: center;
  margin: 0;
  margin-top: -10px;
  line-height: 1;
  white-space: nowrap;
}
article.news_container .widget-chart-39 img,
article.news_container .widget-chart-33 img {
  max-width: 75%;
  height: auto !important;
}
.widget-chart-39 .graph-line-image img.graph-company-logo,
.widget-chart-33 .graph-line-image img.graph-company-logo {
  max-height: 100%;
}

@media (max-width: 1100px) {
  .review-material-container .raw-html-embed {
    display: flex;
    flex-direction: column;
  }
  .article-speaker-quote {
    max-width: 100%;
  }
}

.article-speaker-quote p {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 30px;
  line-height: 1.4;
}

.article-speaker-quote:before,
.article-speaker-quote:after {
  content: "";
  background-image: url(https://static.cnews.ru/img/cnews/2023/06/13/sgruppirovat_150.png);
  width: 100%;
  height: 25px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.article-speaker-quote:after {
  background-image: url(https://static.cnews.ru/img/cnews/2023/06/13/sgruppirovat_149.png);
  background-position: right;
}

.view-title {
  font-weight: 700;
  margin-bottom: 7px;
}

.view-link {
  text-align: right;
  margin-top: 20px;
}

@media (max-width: 1280px) {
  .graph-body-container {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .widget-chart .graph-note-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 920px) {
  .raw-html-embed-edit .super-widget-container {
    flex-direction: column;
  }
  .raw-html-embed-edit .super-widget-container > div {
    width: 100% !important;
  }
  .article-speaker-quote-author {
    text-align: center !important;
  }
}
@media (max-width: 800px) {
  .person-desc-photo {
    margin-right: -65px;
  }

  .person-desc-photo:after {
    width: 45px;
  }

  .graph-title,
  .graph-text {
    max-width: 70%;
  }
}

@media (max-width: 720px) {
  .person-desc-photo {
    float: none;
    margin: 0 0 30px 35px;
  }

  .person-desc-photo:after {
    display: none;
  }
}

@media (max-width: 576px) {
  .graph-container {
    margin: 50px -15px;
    /* font-family: "Montserrat", sans-serif; */
  }

  .graph-header {
    padding: 22px 15px 15px;
    min-height: auto;
  }

  .graph-cnews-logo {
    top: 25px;
    right: 15px;
    max-width: 45px !important;
  }

  .widget-chart .graph-note-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .graph-body,
  .widget-chart-33 .graph-body {
    padding: 20px 15px 15px;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .graph-lines-container {
    min-height: auto;
  }

  .widget-chart-33 .graph-line + .graph-line {
    margin-top: 7px;
  }

  .graph-footer {
    padding: 0px 15px 5px;
    margin: 0;
  }

  /* .graph-lines-container {
        min-height: 140px;
    } */

  .graph-lines-desc {
    margin: 3px 0 0;
  }

  .graph-lines-desc-text {
    font-size: 11px;
    margin: 8px 0 0;
  }

  .graph-title,
  p.graph-title,
  .article_body .graph-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: 0.3px;
    max-width: 85%;
  }

  .graph-title,
  .graph-text {
    max-width: 80%;
  }

  .graph-text {
    margin: 9px 0 5px;
    font-size: 14px;
    line-height: 1.4;
  }

  .graph-note-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .graph-note-item {
    font-size: 12px;
    padding-right: 32px;
    margin: 7px 0;
    line-height: 1.4;
  }

  .graph-note-square {
    align-self: flex-start;
    flex-basis: 12px;
    min-width: 12px;
    width: 12px;
    height: 12px;
  }

  .graph-cnews-icon {
    right: 15px;
    bottom: 15px;
    width: 50px;
    top: auto;
  }

  .graph-source,
  .graph-lines-desc {
    font-size: 10px;
  }

  .widget-chart {
    margin: 20px -15px;
  }

  .graph-lines-desc img {
    max-height: 18px;
  }

  .graph-single-container + .graph-single-container {
    margin-left: 17px;
  }

  .graph-line-number {
    font-size: 11px;
  }

  .graph-line-shape {
    height: 120px;
  }

  .graph-lines-desc img {
    max-height: 40px;
    margin-top: 12px;
  }

  .text-note {
    padding: 40px 15px;
    margin: 40px -15px;
  }
}

@media (max-width: 360px) {
  .graph-single-container + .graph-single-container {
    margin-left: 10px;
  }

  .graph-lines-desc img {
    max-height: 35px;
  }
}

/*Виджет 41*/
.non-breakable-text {
  white-space: nowrap;
}

[data-widget-id="41"] .step-line {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  cursor: pointer;
}

[data-widget-id="41"] .step-body-text p {
  margin: 10px 0 15px;
}

[data-widget-id="41"] .step-line:last-of-type {
  border-bottom: 0;
}

[data-widget-id="41"] .step-line:hover .step-line-name,
.step-line:hover .step-line-name a {
  color: #00a7b3;
  text-decoration: none;
}

[data-widget-id="41"] .step-line-name {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  transition: 0.3s;
}

[data-widget-id="41"] .step-line-name a {
  transition: 0.3s;
}

[data-widget-id="41"] .step-line-name a {
  color: #212121;
}

[data-widget-id="41"] .step-number {
  font-weight: 600;
  color: #00a7b3;
  font-size: 16px;
  margin: 0 20px;
}

[data-widget-id="41"] .steps-body-container {
  margin-top: 30px;
  margin-bottom: 20px;
}

[data-widget-id="41"] .steps-body {
  display: block;
}

[data-widget-id="41"] .step-body-name,
.step-speaker-info {
  padding: 20px;
  background-image: url(https://static.cnews.ru/img/cnews/2023/06/13/patterns2.svg);
  position: relative;
}

[data-widget-id="41"] .step-body-name h2 {
  margin: 0;
  padding-right: 75px;
}

[data-widget-id="41"] .step-badge {
  background-color: #00a7b3;
  padding: 15px 20px;
  color: white;
  font-weight: 700;
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
}

[data-widget-id="41"] .step-body-text {
  background-color: #f4f5f5;
  padding: 1px 20px;
}

[data-widget-id="41"] .steps-speaker {
  margin: 20px 0;
  border-bottom: 1px solid #ddd;
}

[data-widget-id="41"] .step-speaker-quote {
  font-style: italic;
  position: relative;
  padding-left: 50px;
  color: #212121;
  line-height: 1.5;
}

[data-widget-id="41"] .step-speaker-quote:before {
  content: "";
  background-image: url(https://static.cnews.ru/img/cnews/2023/06/13/quote.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
}

[data-widget-id="41"] .step-speaker-info-name {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
[data-widget-id="41"] .step-speaker-info-name span {
  font-weight: 400;
}

[data-widget-id="41"] .step-speaker-info-role {
  font-family: "Montserrat", sans-serif;
  color: #565656;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

[data-widget-id="41"] .step-speaker-img {
  max-height: 130px;
  margin: -75px 0 20px 20px;
  float: right;
  position: relative;
}

[data-widget-id="41"] .steps-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px 0 55px;
}

[data-widget-id="41"] .steps-btn-prev:before,
.steps-btn-next:after {
  content: "";
  background-image: url(https://static.cnews.ru/img/cnews/2023/06/13/vector.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 10px 0 0;
}

[data-widget-id="41"] .steps-btn-next:after {
  transform: rotate(180deg);
  margin: 0 0 0 10px;
}

[data-widget-id="41"] .steps-nav .btn {
  align-items: center;
  display: flex;
}

[data-widget-id="41"] .steps-number {
  font-family: "Roboto Condensed", sans-serif;
  color: #00a7b3;
  font-size: 22px;
  margin: 0;
}

[data-widget-id="41"] .btn {
  color: white;
  background-color: #00a7b3;
  padding: 16px 28px;
  border-radius: 3px;
  border: 0;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

[data-widget-id="41"] .btn-transparent {
  background-color: transparent !important;
  color: #00a7b3;
  border: 1px solid #00a7b3;
}
[data-widget-id="41"] .btn-transparent.disabled {
  opacity: 0;
}

@media (max-width: 1100px) {
  [data-widget-id="41"] .steps-nav .btn {
    font-size: 0;
    padding: 16px;
  }

  [data-widget-id="41"] .steps-btn-prev:before,
  [data-widget-id="41"] .steps-btn-next:after {
    margin: 0;
  }
}

@media (max-width: 576px) {
  [data-widget-id="41"] .steps-header {
    margin: 30px 0 0;
  }

  [data-widget-id="41"] .steps-body {
    margin: 30px -15px 0;
  }

  [data-widget-id="41"] .step-body-name h2 {
    margin: 20px 0 0;
  }

  [data-widget-id="41"] .step-badge {
    margin: -30px 0 0 -20px;
    position: static;
    width: 100%;
    display: block;
    transform: none;
  }

  [data-widget-id="41"] .step-number {
    margin: 0 10px;
  }

  [data-widget-id="41"] .steps-speaker {
    position: relative;
  }

  [data-widget-id="41"] .step-speaker-info {
    padding: 20px 120px 20px 20px;
    min-height: 100px;
    box-sizing: border-box;
  }

  [data-widget-id="41"] .step-speaker-img {
    float: none;
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    max-height: 90px;
  }

  [data-widget-id="41"] .step-speaker-quote {
    padding: 0 20px 0 50px;
  }

  [data-widget-id="41"] .step-speaker-quote:before {
    left: 20px;
  }
}
