.founder-section img {
border: 2px solid #f1c232;
    border-radius: 8px;
    box-shadow: 0 0 12px 0px #f1c2324a;
}
.founder-section p {
  font-size: 17px;
}
.founder-section ul {
  list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.founder-section ul li {
  margin-bottom: 8px;
font-size: 15px;
    background:  #f1c232;
    color:  black;
    padding: 4px 19px;
    border-radius: 4px;
    width: fit-content;
    margin-right: 10px;
}
.offerd-section ul {
  list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
justify-content: center;
}
.offerd-section ul li {
  margin-bottom: 16px;
font-size: 17px;
    background:  #f1c232;
    color:  black;
    padding: 4px 19px;
    border-radius: 4px;
    width: fit-content;
    margin-right: 10px;
}
.offerd-section p {
  font-size: 17px;
}
.journey-text span {
 font-weight: 800;
}
.founder-box {
 padding: 0 0 0 24px;
}