.about-us {
    background-color: #f9f9f9; 
    padding: 40px 0;
    text-align: center;
}

.about-us-container {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.about-us h2 {
    font-size: 2em;
    color: #333;
    margin-bottom: 20px;
}

.about-us p {
    font-size: 1.1em;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.about-us p strong {
    font-weight: bold;
    color: #ED70C0; 
}

.about-us-container p:last-child {
    margin-bottom: 0;
}
