/* YouMind Close Statement — healthcare.html .hc-nextcare */

.ymct-close-statement {
  font: 400 16px/1.5 Poppins, Arial, sans-serif;
  color: #fff;
  width: 100%;
  max-width: none !important;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
.ymct-close-statement.alignfull {
  width: 100vw;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}
.ymct-close-statement *,
.ymct-close-statement *::before,
.ymct-close-statement *::after {
  box-sizing: border-box;
}
.ymct-close-statement h2 {
  margin: 0;
}
.ymct-close-statement img {
  display: block;
  max-width: none;
  border: 0;
}

.ymct-close-statement .cs-section {
  padding: 80px 0;
  background: #0d313b;
  color: #fff;
}
.ymct-close-statement .cs-container {
  width: calc(100% - 160px);
  max-width: 1280px;
  margin-inline: auto;
}
.ymct-close-statement .cs-section h2 {
  font-size: 48px;
  line-height: 53px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 52px;
  color: #fff;
  text-transform: none;
}

.ymct-close-statement .cs-care-diagram {
  display: block;
  width: 1014px;
  max-width: 100%;
  aspect-ratio: 1014 / 258;
  margin: auto;
}
.ymct-close-statement .cs-care-diagram img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .ymct-close-statement .cs-section h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .ymct-close-statement .cs-section {
    padding: 40px 0;
  }
  .ymct-close-statement .cs-container {
    width: calc(100% - 40px);
  }
  .ymct-close-statement .cs-section h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 32px;
  }
  .ymct-close-statement .cs-care-diagram {
    width: 100%;
    aspect-ratio: 353 / 89.8166;
  }
}

.entry-content .ymct-close-statement .cs-section h2,
.ast-single-post .ymct-close-statement .cs-section h2,
.editor-styles-wrapper .ymct-close-statement .cs-section h2 {
  color: #fff !important;
}

.editor-styles-wrapper .ymct-close-statement.alignfull,
.block-editor-block-list__block .ymct-close-statement.alignfull {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
