.u-container-layout {
  text-align: left; /* Align text to the left */
  margin: 20px; /* Add margin around the container */
}

.faculty-image {
  display: block; /* Ensures the image is treated as a block element */
  width: 350px; /* Fixed width for uniform image size */
  height: 350px; /* Fixed height for uniform image size */
  object-fit: cover; /* Ensures the image covers the area without distortion */
  margin-bottom: 10px; /* Space between the image and the content */
}

.u-container-new{
  background-color: #040101;
}

