.cursor-pointer {
    cursor: pointer;
}

.default-white {
    color: rgba(255, 255, 255, 0.8) !important;
}

.default-white:hover {
    color: #ffe745 !important;
    transition: color 0.5s ease;
}

.default-black {
    color: rgba(0, 0, 0, 0.8) !important;
}

.numbered-list {
    list-style-type: decimal;
    list-style-position: outside;
    margin: 5px 0px;
}
.numbered-list li {
    display: list-item;
    text-align: left;
    margin-left: 40px;
}

.unordered-list {
    list-style-type: disc;
    list-style-position: outside;
}
.unordered-list li {
    display: list-item;
    text-align: left;
    margin-left: 40px;
}

.p-text {
  text-align: justify;
  text-justify: inter-word;
}

.p-header {
  font-size: 24px;
  margin-bottom: 15px;
  text-align: left;
}