@media (max-width: 1000px) {
  #img_data {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  #perosnalImg {
    width: 60%;
    height: auto;
    filter: grayscale(80%);
    margin-bottom: 20px;
  }

  #data {
    width: 100%;
    height: auto;
  }

  #name {
    height: 35px;
    margin-bottom: 35px;
  }
  h3 {
    margin-bottom: 7.5px;
    font-size: 20px;
    font-weight: 500;
  }
  p {
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 1.25px;
  }
  .textBlock_Content {
    margin-top: 4px;
  }

  .textBlock {
    margin-bottom: 20px;
  }
}
