.breadcrum {
    gap: 4px;
    padding: 10px 0;
}

.breadcrum a {
    color: #000;
    font-weight: bold;
    transition: all 0.5s ease-in-out;
}

.breadcrum li {
    color: #a0a0a0;
}

h1 {
    margin-bottom: 20px;
}

h2 {
    margin-bottom: 24px;
}

p {
    margin-bottom: 12px;
}

p:nth-last-of-type(1) {
    margin-bottom: 0;
}

.text {
    margin: 30px 0;
}

.text ul {
    padding-left: 30px;
    margin: 20px 0;
}

.text li {
    list-style: disc;
    margin-bottom: 10px;
}

.text li:nth-last-of-type(1) {
    margin-bottom: 0;
}