.college-programs-ug {
  padding-top: 160px;
  padding-bottom: 160px;
  background: #fff;
  color: #222;
}
.college-programs-ug .container{
max-width: 80%;
}

.college-programs-ug .ug-section-title {
  font-size: 80pt;
    color: #000;
    line-height: 1;
    font-family: 'Lora' !important;
}

.ugprograms-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.ug_left-column {
  flex: 1;
   font-size: 40pt;
    line-height: 1;
    font-family: 'Lora' !important;
    
}

.categories li::marker {
  color: #c3b12f; /* gold bullet color */
}

.categories {
  list-style-type: square;
  padding-left: 20px;
   color: #c3b12f;
}


.ug_left-column .categories li:first-child {
  position: relative;
  display: list-item; 
}

.ug_left-column .categories li:first-child::after {
    content: "";
    position: absolute;
    bottom: -27px;
    left: 0;
    width: 65%;
    height: 12px;
    background-color: #c3b12f;
    border-radius: 2px;
    /* margin-top: 31px; */
    margin-top: 50px;
}


.ug_left-column .categories li {
  color: #000; /* gold bullet */
  margin-bottom: 10px;
  font-size: 40pt;
    line-height: 1;
    font-family: 'Lora' !important;
    margin-top: 164px;
}

.ug_right-column {
  flex: 2;
}

.ug_right-column .categories li {
  color: #000;
  margin-bottom: 10px;
    font-size: 40pt;
    margin-bottom: 10px;
    font-family: 'Lora' !important;
    color:#056b38;
}

..ug-program .categories li {
  color: #367646; /* gold bullet */
  margin-bottom: 10px;
  font-size: 40pt;
    line-height: 1;
    font-family: 'Lora' !important;
    margin-top: 164px;
}

.ug-program {
  margin-bottom: 40px;
}

.ug-program-title {
   color: #000;
  margin-bottom: 10px;
    font-size: 40pt;
    margin-bottom: 10px;
    font-family: 'Lora' !important;
    line-height:1;
}

.ug-program-desc {
  margin-bottom: 10px;
  color: #111;
  font-size: 24pt;
  font-family: "Lato-Regular" !important;
}
.ug-program-desc div{
  margin-bottom: 10px;
    margin-top: 40px;
    color: #111;
    font-size: 24pt;
    font-family: "Lato-Regular" !important;
    line-height: normal;
}
.ug-program-desc p{
  margin-bottom: 10px;
    margin-top: 40px;
    color: #111;
    font-size: 24pt;
    font-family: "Lato-Regular" !important;
    line-height: normal;
}
.ug-program-link a {
  color: #4caf50;
  text-decoration: none;
  font-weight: 500;
}