.about-content {
    width: 100%;
    max-width: 100%;
    color: #9C9C9C;
    font-size: 16px;
    line-height: inherit;
    font-family: 'DM Sans', sans-serif;
}

/* All nested elements */
.about-content p,
.about-content span,
.about-content div,
.about-content strong,
.about-content b,
.about-content em,
.about-content i {
    color: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
}


/* Paragraph */
.about-content p {
    margin-bottom: 16px;
}


/* Bold */
.about-content strong,
.about-content b {
    font-weight: 700 !important;
}


/* Italic */
.about-content em,
.about-content i {
    font-style: italic !important;
}


/* Headings */
.about-content h1,
.about-content h2,
.about-content h3,
.about-content h4,
.about-content h5,
.about-content h6 {
    color: #404040 !important;
    font-weight: 600 !important;
    margin: 20px 0 12px;
    line-height: 1.3;
}


/* Links */
.about-content a {
    color: #D82424 !important;
    text-decoration: underline;
}


/* Lists */
.about-content ul,
.about-content ol {
    margin: 16px 0;
    padding-left: 25px;
}

.about-content ul {
    list-style-type: disc;
}

.about-content ol {
    list-style-type: decimal;
}


.about-content li {
    margin-bottom: 8px;
}


/* Images */
.about-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}


/* Tables */
.about-content table {
    width: 100%;
    border-collapse: collapse;
}

.about-content td,
.about-content th {
    border: 1px solid #ddd;
    padding: 10px;
}