.pecas-reposicao-section{
    position: relative;
    background: #f7f7f7;
}

.pecas-reposicao-card{
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 52px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.08);
}

.pecas-reposicao-card:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: var(--theme-color);
}

.pecas-reposicao-content{
    position: relative;
    padding-right: 28px;
}

.pecas-reposicao-eyebrow{
    position: relative;
    display: inline-block;
    color: var(--theme-color);
    font-size: 13px;
    line-height: 22px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.pecas-reposicao-content h1{
    color: var(--title-color);
    font-size: 46px;
    line-height: 1.08;
    font-weight: 800;
    margin-bottom: 20px;
}

.pecas-reposicao-content p{
    color: var(--text-color);
    font-size: 17px;
    line-height: 1.78;
    margin-bottom: 16px;
}

.pecas-reposicao-content .pecas-reposicao-lead{
    color: var(--title-color);
    font-size: 20px;
    line-height: 1.55;
    font-weight: 700;
}

.pecas-reposicao-image{
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    margin: 0;
    box-shadow: 0 22px 55px rgba(0,0,0,.14);
}

.pecas-reposicao-image img{
    display: block;
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width: 991px){
    .pecas-reposicao-card{
        padding: 40px;
    }

    .pecas-reposicao-content{
        padding-right: 0;
        margin-bottom: 35px;
    }

    .pecas-reposicao-image img{
        height: 460px;
    }
}

@media only screen and (max-width: 767px){
    .pecas-reposicao-card{
        padding: 34px 24px;
        border-radius: 18px;
    }

    .pecas-reposicao-content h1{
        font-size: 34px;
    }

    .pecas-reposicao-content p{
        font-size: 16px;
        line-height: 1.7;
    }

    .pecas-reposicao-content .pecas-reposicao-lead{
        font-size: 18px;
    }

    .pecas-reposicao-image img{
        height: 360px;
    }
}
