/* Sekcja "Dlaczego My?" */
.about-us-section {
    font-family: "Inter", sans-serif;
    background-color: #2A2926;
    background-size:cover;
    background-repeat: no-repeat;
    color: #ffffff; 
    padding: 3rem 1rem;
    text-align: center;
}
.about-us-section.v2 {
    background-color: #F1F0EE;
    color: #1B1A17; 
}

.about-us-title {
    margin-bottom: 2rem;
}

.about-us-content {
   text-align: center;
}

.about-us-image {
    flex: 1 1 40%;
    text-align: center;
}

.about-us-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.about-us-text {
    padding-top:40px;
    flex: 1 1 50%;
    font-size: 1rem;
    line-height: 1.6;
    color: hsla(0, 0%, 100%, 0.8);
    text-align: center;
}
.v2 .about-us-text {
    color: #1B1A17;
}

.about-us-text p {
    margin-bottom: 40px;
}

.about-us-text strong {
    color: #D3BA7A; /* Akcentowy kolor */
}

.btn-primary {
    display: inline-block;
    background-color: #D3BA7A; /* Złoty kolor */
    color: #1B1A17; /* Ciemny tekst */
    padding: 0.8rem 1.5rem;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #bba06b; /* Przyciemniony złoty */
}
