.uswelcome-banner {
    background: linear-gradient(120deg, #16232b 0%, #1e2f3b 70%, #16232b 100%);
    border-left: 5px solid #2ab343;
    border-radius: 4px;
    padding: 24px 28px;
    margin-bottom: 24px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.uswelcome-banner::after {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: 4px;
    background: #2ab343;
    opacity: 0.3;
}

.uswelcome-content {
    max-width: 820px;
}

.uswelcome-title {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.3;
}

.uswelcome-title span {
    color: #2ab343;
}

.uswelcome-subtitle {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.80);
    margin: 0;
    line-height: 1.65;
}

.uswelcome-img-wrap {
    margin-bottom: 24px;
    border-radius: 4px;
    overflow: hidden;
    line-height: 0;
}

.uswelcome-img {
    width: 100%;
    height: auto;
    display: block;
}

.uswelcome-produto-wrap {
    margin: 16px 0 8px;
    border-radius: 4px;
    overflow: hidden;
    line-height: 0;
}

.uswelcome-produto-img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767px) {
    .uswelcome-banner {
        padding: 16px 14px;
    }
    .uswelcome-title {
        font-size: 17px;
    }
}
