
.undergraduate-layout {
    max-width: 1200px;
    padding: 350px 0;
    padding-left: 200px;
}

.undergraduate-content {
    margin: 0 auto;
    width: 815px;
    height: 500px;
    background: #D9D9D9;
    padding: 30px;
    position: relative;
}

.undergraduate-image {
    width: 526px;
    height: 631px;
    z-index: 2;
    position: absolute;
    top: -224px;
    left: -247px;
}

.undergraduate-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.content-title {
    width: 222px;
    height: 72px;
    background: #f5f5f5;
    box-shadow: 0px 4 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.primary-title {
    position: absolute;
    top: -65px;
    left: 256px;
    z-index: 99;
}

.secondary-title {
    position: absolute;
    top: 150px;
    right: -10px;
}

.content-card {
    width: 480px;
    font-family: DM Sans, DM Sans;
    font-weight: 400;
    font-size: 23px;
    color: #4D4D4D;
    text-align: left;
    padding: 0 35px;
}

.content-card ul {       
  padding-left: 1.5em;      
}

.content-card li {
  position: relative;
  line-height: 1.3;
  margin-bottom: 8px;
  word-wrap: break-word;    
}
.content-card li a {
    color: #4D4D4D;
    text-decoration: none;
    display: inline;
    padding: 0 6px;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 62% 1px;  
    background-position: right bottom 0;
    background-repeat: no-repeat;
}


.content-card li::before {
  content: '•';              
  position: absolute;
  left: -1.2em;              
  color: #4D4D4D;          
  font-size: 1.2em;          
  line-height: 1.3;
}

.primary-card {
    position: absolute;
    top: 15px;
    left: 280px;
}

.secondary-card {
    position: absolute;
    right: 0;
    bottom: 0;
}

.content-card h3 {
    font-family: FZFengYaSongS-GB, FZFengYaSongS-GB;
    font-size: 31px;
    color: #000000;
}
