.about-details {
    line-height: 1.6;
    margin-top: 20px;
}

.about-details p {
    margin-bottom: 15px;
}

.about-details strong {
    font-weight: bold;
}

.about-details ul, .about-details ol {
    margin: 15px 0;
    padding-left: 30px;
}

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

.about-details h1, .about-details h2, .about-details h3, .about-details h4, .about-details h5, .about-details h6 {
    margin: 20px 0 10px 0;
    font-weight: bold;
}

.btn--read-more {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 15px;
    transition: background-color 0.3s ease;
}

.btn--read-more:hover {
    background-color: #0056b3;
    color: white;
    text-decoration: none;
}