.pic-txt-section {
  word-break: break-word;
  color: #fff;
}
.pic-txt__image {
  position: relative;
  display: flex;
  width: 516px;
  flex-shrink: 0;
  border-radius: var(--border-radius);
  aspect-ratio: var(--aspect-ratio);
  overflow: hidden;
}

.pic-txt__image > img {
  max-width: 100%;
  height: auto;
  object-fit: var(--fit-type);
}
.pic-txt__image .hover-scale__image {
  width: 100%;
}
.pic-txt__image .empty-image-class {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-image-background));
}
.pic-txt__subheading {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
}
.pic-txt__button {
  max-width: 100%;
  border-radius: 100px;
  border: 1px solid #3d3819;
  background: #2f3355;
  word-break: break-all;
  white-space: normal;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.pic-txt__heading {
  margin-bottom: 15px;
}
.pic-txt__rich-text {
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .pic-txt__image {
    width: 125px;
  }
  .pic-txt__rich-text {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .pic-txt__heading {
    margin-bottom: 7px;
  }
  .pic-txt__subheading {
    letter-spacing: 0.3em;
    margin-bottom: 6px;
    font-size: 10px;
  }
  .pic-txt__button {
    font-size: 8px;
  }
}
