.wgt-description-alternate.short-description-another-container {
  background-color: var(--primary-color-4);
  padding-top: 11.4375rem;
  padding-bottom: 6.0625rem;
}
.wgt-description-alternate .short-description-another {
  width: 85%;
  margin: auto;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 7.5rem;
}
.wgt-description-alternate .short-description-another .description-image {
  background-color: var(--primary-color-3);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  width: auto;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}
.wgt-description-alternate .short-description-another .description-image img {
  width: 100%;
  height: 100%;
  transform: translateX(40px);
  box-shadow: var(--long-shadow);
  transition: transform 0.5s ease-in-out;
  position: relative;
  z-index: 2;
}
@media (min-width: 961px) {
  .wgt-description-alternate
    .short-description-another
    .description-image
    img:hover {
    transform: scale(1.75) translateX(35%);
    transition: transform 0.5s ease-in-out;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
  }
}
.wgt-description-alternate .short-description-another .description-text {
  padding-top: 1.25rem;
}
.wgt-description-alternate
  .short-description-another
  .description-text
  > p:first-child {
  font-weight: 400;
  margin-bottom: 1.375rem;
}
@media (max-width: 768px) {
  .wgt-description-alternate.short-description-another-container {
    padding: 5rem 0;
  }
  .wgt-description-alternate.short-description-another-container
    .short-description-another {
    width: 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    grid-template-columns: 1fr;
    grid-gap: 2.5rem;
  }
  .wgt-description-alternate
    .short-description-another
    .short-description-first-block {
    grid-row: 2;
  }
  .wgt-description-alternate .short-description-another .description-image {
    width: 90%;
  }
  .wgt-description-alternate .short-description-another .description-text {
    padding: 0;
  }
}

/* Richtext headings should look like Bootstrap p.h1–h6 (size only, regular weight) */
.wgt-description-alternate
  .short-description-another
  .description-text
  :is(h1, h2, h3, h4, h5, h6) {
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}
.wgt-description-alternate .short-description-another .description-text h1 {
  font-size: calc(1.375rem + 1.5vw);
}
.wgt-description-alternate .short-description-another .description-text h2 {
  font-size: calc(1.325rem + 0.9vw);
}
.wgt-description-alternate .short-description-another .description-text h3 {
  font-size: calc(1.3rem + 0.6vw);
}
.wgt-description-alternate .short-description-another .description-text h4 {
  font-size: calc(1.275rem + 0.3vw);
}
.wgt-description-alternate .short-description-another .description-text h5 {
  font-size: 1.25rem;
}
.wgt-description-alternate .short-description-another .description-text h6 {
  font-size: 1rem;
}
.wgt-description-alternate .short-description-another .description-text > p {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
.wgt-description-alternate
  .short-description-another
  .description-text
  > :first-child {
  margin-bottom: 1.375rem;
}
