body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
}
.container10 {
    max-width: 1200px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border-radius: 10px;
}
.breadcrumb12 {
    font-size: 14px;
    margin-bottom: 10px;
}
.breadcrumb12 a {
    text-decoration: none;
    color: rgb(255, 0, 0);
}
.breadcrumb12 a:hover {
    text-decoration: underline;
}
.header10 {
    background-color: rgb(255, 0, 0);
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: white;
}
.subtitle10 {
    font-style: italic;
    text-align: center;
    margin: 10px 0;
    font-size: 16px;
    color: #666;
}
.profile10 {
    text-align: center;
    margin: 20px 0;
}
.profile10 img {
    width: 180px;
   
  
}
.profile10 h3 {
    margin: 10px 0 5px;
    font-size: 20px;
    color: #333;
}
.profile10 p {
    margin: 0;
    font-size: 14px;
    color: #777;
}
.content10 {
    line-height: 1.8;
    text-align: justify;
    font-size: 15px;
}
.contact10 {
    background: #f0f0f0;
    padding: 15px;
    margin-top: 20px;
    border-left: 5px solid rgb(255, 0, 0);
}
.contact10 p {
    margin: 5px 0;
    font-size: 14px;
}
.contact10 strong {
    color: #333;
}
.note10 {
    margin-top: 15px;
    font-size: 14px;
    color: #d9534f;
    font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
    .container10 {
        padding: 15px;
    }
    .profile10 img {
        width: 150px;
       
    }
    .header10 {
        font-size: 16px;
    }
    .subtitle10 {
        font-size: 14px;
    }
    .content10 {
        font-size: 14px;
    }
    .contact10 p {
        font-size: 13px;
    }
}