.refLink {
  color: #f00;
  font-size: 12px;
  position: relative;
  top: -5px;
}

/* SO : Objective Section */
.objectiveSection {
  background-image: url('../img/grey.webp');
}

.targetSection, .objectiveSection {
  padding-bottom: 50px;
}

.stuffSection {
  padding-bottom: 50px;
  padding-top: 50px;
}

.target-desc,
.objectiveSection .list-text,
.refSection .list-text {
    text-align: left;
    line-height: 1.7;
    color: #4f4f4f;
    font-size: 15px;
}

.objectiveSection ul li,
.refSection ul li {
  list-style-type: decimal;
}

.objectiveSection .itemlist-header {
  text-decoration: underline;
}
/* EO : Objective Section */

/* SO : Stuff Section */
.card-green{
border-radius: 6px; 
  border-bottom:4px solid #2eae52!important;
}

.col .card img{
aspect-ratio: 1 / 1;
  object-fit:cover;
}
.card-body{
  padding:1rem 1.5rem;
}
.card-body p{
  color:#4B5563;
}

.card-green .card-footer p{
  color: #1b7a36;
}
.card-shape{
  position:relative;
}
.custom-shape-divider-bottom-1634717805 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}


.custom-shape-divider-bottom-1634717805 .shape-fill {
    fill: #FFFFFF;
}
/* EO : Stuff Section */

/* SO : Ageri Page */

.AgeriPage ul li{
  list-style-type: disc;
}

.AgeriPage .title {
  font-weight: bold;
  text-decoration: underline;
}

.AgeriPage .doctorName {
  color: #4f4f4f;
  text-decoration: underline;
}
/* EO : Ageri Page */