.profile {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
  }
  .profile-text {
    margin: 8px;
    margin-top: 10px;
  }
  .profile-text h1{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .profile img {
    width: 200px;
    height: auto;
    border-radius: 1px;
  }
  .profile p {
    flex: 1;
    font-size: 1rem;
    line-height: 1;
    color: #333;
    margin-bottom: 5px;
    margin-top: 1px;
  }

  .description {
    width: 100%;
    left-padding: 0px;
    margin-top: 15px; 
    margin-bottom: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .description p {
    flex: 1;
    font-size: 1rem;
    line-height: 1;
    color: #333;
    margin-bottom: 5px;
    margin-top: 0px;
  }