.wgt-description.short-description-container {
  width: 85%;
  border-radius: 10px;
  margin: auto auto 140px;
}
.wgt-description .short-description {
  background-color: var(--primary-color-4);
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 80px 60px 25px;
}
.wgt-description .short-description > *:not(:last-child) {
  margin-bottom: 60px;
}
.wgt-description .short-description-first-block h2 {
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 500;
}
.wgt-description h2 .highlight-text {
  color: var(--primary-color-1);
  margin: 0;
  font-style: normal;
}
@media (max-width: 768px) {
  .wgt-description.short-description-container {
    width: 100%;
    padding: 0;
    margin: 0 0 35px;
  }
  .wgt-description.short-description-container .short-description {
    background-color: var(--grayscale-color-5);
    padding: 80px 15px 0;
  }
  .wgt-description.short-description-container
    .short-description
    > *:not(:last-child) {
    margin-bottom: 40px;
  }
  .wgt-description.short-description-container .row {
    flex-direction: column;
  }
}

/* Ensure responsive image sizing without data-share's 890px absolute-positioned overflow */
.wgt-description .description-image {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wgt-description .description-image .device-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: static;
  transform: none;
}
.wgt-description .description-text :is(h1, h2, h3, h4, h5, h6) {
  font-size: var(--title-font-size-3);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
}
