#home-carousel{
    height: auto;
}

#home-banner-1{
    height: 255px;
    width: 100%;
    margin-top: 25px;

}

#home-banner-1 .parallax-content{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.6);
}

#home-banner-1 .left , #home-banner-1 .right{
    width: 100%;
}


#home-gallery{
    margin-top: 25px;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}


.home-gallery-item{
    width: calc((100%/4) - 25px);
}

#why-trq-autoparts{
    display: flex;
}

#why-trq-autoparts .title{
    flex-shrink: 0;
    margin-right: 20px;
    font-size: 30px;
    display: flex;
    align-items: center;
}

#why-trq-autoparts .body{
    display: flex;
    font-size: 18px;
    line-height: 25px;
}

#bottom-values {
    display: flex;
    margin-top: 80px;
    gap: 25px;
}

.value{
    width: 25%;
}

.value .title{
    font-size: 26px;
    line-height: 33px;
}

.value .content {
    margin-top: 40px;
    letter-spacing: 3px;
    line-height: 28px;
}

#home-bottom{
    height: 440px;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#home-bottom img{
    max-width: 100%;
    max-height: 100%;
    margin: 0 0 34px 0;
    width: 800px;
}

#buy-autoparts-link{width: 800px; color:#fff}

@media (max-width: 991px) {
    .home-gallery-item {
        width: calc((100% / 2) - 25px);
    }

    #why-trq-autoparts {
        display: flex;
        flex-direction: column;
    }

    #bottom-values {
        flex-direction: column;
    }

    .value {
        width: 100%;
    }

    #home-banner-1 .parallax-content {
        flex-direction: column;
        padding: 12px;

    }
    #home-banner-1 .left{
        margin-bottom: 16px;

    }
    #home-bottom{
        height: 340px;
        padding: 15px;

    }
}

