.section-brunoGarcia {
    padding: 84px 20px;
    background: linear-gradient(135deg, rgb(223, 154, 27) 0%, rgb(245, 190, 71) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.brunoGarcia-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    gap: 42px;
    align-items: center;
}

.brunoGarcia-img {
    flex: 1 1 360px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brunoGarcia-photo-card {
    width: 100%;
    max-width: 420px;
    padding: 20px;
    border: 1px solid rgba(126, 79, 0, 0.14);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 244, 216, 0.9) 0%, rgba(255, 238, 196, 0.72) 100%);
    box-shadow: 0 22px 40px rgba(123, 75, 0, 0.16);
}

.brunoGarcia-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

.brunoGarcia-text {
    flex: 2 1 500px;
}

.brunoGarcia-text h2 {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    margin-bottom: 18px;
    color: #000000;
    line-height: 1;
}

.brunoGarcia-text p {
    max-width: 680px;
    margin-bottom: 18px;
    color: rgba(0, 0, 0, 0.84);
    font-size: 1.02rem;
    line-height: 1.8;
}

.brunoGarcia-video-frame {
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 24px 40px rgba(123, 75, 0, 0.2);
}

.brunoGarcia-video-frame iframe {
    width: 100%;
    height: 340px;
    display: block;
}

@media (max-width: 768px) {
    .section-brunoGarcia {
        padding: 64px 16px;
    }

    .brunoGarcia-content {
        flex-direction: column;
        gap: 28px;
    }

    .brunoGarcia-text h2 {
        font-size: 2rem;
    }

    .brunoGarcia-video-frame iframe {
        height: 200px;
    }
}
