.proposta-section {
    padding: 80px 20px;
}

.proposta-card {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 50px;
}

.proposta-card.reverse {
    flex-direction: row-reverse;
}

.proposta-card-img {
    flex: 1;
}

.proposta-card-img img {
    max-width: 100%;
    border-radius: 10px;
}

.proposta-card-content {
    flex: 1;
}

.proposta-card-content h3 {
    font-size: 28px;
    font-weight: bold;
    color: #3D76C7;
    margin-bottom: 20px;
}

.proposta-card-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}