.section-text {
  height: 357px;
  overflow: scroll;
  padding-inline-end: 16px;
  margin-top: 24px;
  overflow-x: hidden;
}
.section-text .title {
  color: black;
  font-size: 20px;
  padding-bottom: 8px;
  font-weight: bold;
  display: block;
}
.section-text p {
  color: #555;
  font-size: 16px;
  padding-bottom: 20px;
  font-weight: normal;
}
.section-text p:last-child {
  padding-bottom: 0px;
}

.button-share {
  position: absolute;
  font-size: 24px;
  right: 12px;
  top: 54px;
  padding: 4px;
}

@media (max-width: 1200px) {

.section-text {
  height: 232px;
}

}

@media (max-width: 992px) {

  .section-text {
    height: calc(100% - 200px);
  }

}

@media (max-width: 768px) {

.section-text {
    height: 100%;
}
.button-share {
  right: 12px;
  top: -4px;
}

}

@media (max-width: 576px) {

.section-text {
  height: calc(100vh - 368px);
}
.button-share {
  right: 12px;
  top: -6px;
}

}

@media (min-height:1080px) and (orientation: landscape) {

	.section-text {
    height: 402px;
	}

}
