/* .media-text-section{
    background-color: black;
} */

.text-infosed > span:first-child {
  /* font-size: 60px; */
  margin-left: 0;
}

.text-infosed span {
  /* font-size: 85px; */
  margin-left: 0;
      word-break: break-all;
}

.text-img-long img {
  height: 650px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.text-infosed p {
  margin-bottom: 20px;
  color: #000;
}

.text-infosed {
  color: #000 !important;
}

.text-info-section {
  margin-top: 60px;
  /* width: 85%; */
}

.text-img-short img {
  height: 480px;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.margin-left-p {
  margin-left: 20%;
    width: 70%;
}

@media (max-width: 912px) {
  /* .text-info > span:first-child {
    font-size: 40px;
    margin-left: 0;
  } */

  .margin-left-p {
    margin-left: 0;
  }

  .text-info-section {
    width: 100%;
  }

  .text-img-long img {
    width: 100%;
  }
}


.text-style-info {
  margin-top: 60px;
}

.media-style {
  width: 88%;
}