
.details h2 {
    color: #2c3e50;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}

.details h3 {
    color: #34495e;
    margin-top: 20px;
    border-bottom: 2px solid #371674;
    padding-bottom: 5px;
    font-size: 20px;
}

.details p {
    margin: 10px 0;
    text-align: justify;
}

.details ul {
    margin: 10px 0 20px 20px;
    padding-left: 20px;
    list-style-type: square;
}

.details ul li {
    margin-bottom: 8px;
}

.details figure {
    margin: 20px 0;
    text-align: center;
}

.details figure img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}

.details figure figcaption {
    margin-top: 5px;
    font-size: 14px;
    color: #7f8c8d;
}

.details h4 {
    margin-top: 15px;
    font-size: 18px;
    color: #371674;
}

@media (max-width: 600px) {
    .details {
        padding: 15px;
    }

    .details h2 {
        font-size: 20px;
    }

    .details h3 {
        font-size: 18px;
    }
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

table th,
table td {
    border: 1px solid #6a6464;
    padding: 10px;
    text-align: left;
}

table th {
    background-color: #f4f4f4;
    color: #333;
}
