
.profile-image {
    height: 200px;
    margin-bottom: 20px;
    object-fit: contain;
    border: none !important;
    padding: 0 !important;
}

.small-icon-image {
    height: 20px;
    border-radius: 0%;
}

.portfolio-item {
    padding: 0px;
}

.gallery-image {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 0%;
}

.portfolio-item-container {
    width: 100%;
    margin: 0 auto;   /* Center the container */
  }
  
  .portfolio-item-row {
    display: flex;
    align-items: center;  /* Vertically center the content */
    justify-content: space-between; /* Optional: Add space between items */
    margin-bottom: 20px;  /* Space between rows */
  }
  
  .portfolio-item-image {
    width: 70px;  /* Adjust the image size as needed */
    height: 70px;
    border-radius: 12px;
    object-fit: cover;
  }

  .work-item-image {
    width: 100px;  /* Adjust the image size as needed */
    height: 100px;
    border-radius: 12px;
    object-fit: cover;
    align-items: top;
  }

  .writing-item-image {
    width: 70px;  /* Adjust the image size as needed */
    height: 100px;
    border-radius: 0px;
    object-fit: cover;
  }
  
  .text-content {
    flex: 1;        /* Allow the text content to grow and fill space */
    padding: 0 0px;  /* Horizontal padding */
    margin-left: 12px;
  }
  
  .portfolio-item-title {
    margin: 0;
    font-size: 1.0em;
    margin-bottom: 0; /* Remove space below the title */
    font-weight: 600;
  }

  .portfolio-item-subtitle {
    margin: 0;
    font-size: 1.0em;
    margin-top: 4px;
    margin-bottom: 4px; /* Remove space below the title */
  }
  
  .portfolio-item-description {
    margin: 0px 0 0 0;
    font-size: 1em;
    margin-top: 0; /* Remove space above the description */
  }
