body {
    font-family: 'my-yekan', Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

#about-us {
    margin: 100px auto 60px auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    text-align: center;
}

#about-us h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.about-us-image {
    text-align: center;
    margin-bottom: 30px;
}

.about-us-image img {
    max-width: 50%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.about-us-text {
    padding: 20px;
    text-align: justify;
    line-height: 1.8;
    font-size: 18px;
    color: #555;
}

.about-us-text p {
    margin-bottom: 20px;
}

.about-us-text p strong {
    color: #000;
}

.about-us-text p em {
    color: #000;
    font-style: italic;
}