.index_produits {
    padding: 50px 0 120px 0;
    display: table;
    width: 100%;
}
.index_produits_wrapper.right {
    float: right;
}
.index_produits_content {
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-top: -20%;
    z-index: 5;
}
.index_produits_title {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #22252c;
    font-family: "shonar_banglabold";
    line-height: normal;
    position: relative;
    padding-right: 70px;
    text-align: right;
}
.index_produits_slogan {
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    color: #a4a4a4;
    margin-top: 10px;
    letter-spacing: 1px;
    padding-right: 70px;
    text-align: right;
}
.index_produits_title:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background: #22252c;
    right: 0;
    bottom: 0;
}
.produit_index_image_content {position: relative;}
.produit_index_image1_motif1 {
    position: absolute;
    right: -55px;
    bottom: 0;
}
.produit_index_image1_motif2 {
    position: absolute;
    bottom: -127px;
    right: -55px;
}
.index_produits_text_content {padding-bottom: 30px;}

.produit_index_image1_motif2.third {
    position: absolute;
    bottom: -152px;
    right: -55px;
}
.index_produits_link.cavalier_btn_yellow.right {
    margin: 0;
    float: right;
    margin-right: 70px;
    margin-top: 30px;
}

.index_produits_bloc.right .produit_index_banner {
    margin-bottom: 70px;
}
.index_produits_text_content.right .index_produits_title {
    padding-right: 0;
    text-align: left;
    padding-left: 70px;
    white-space: pre;
}
.index_produits_text_content.right .index_produits_slogan {
    padding-right: 0;
    text-align: left;
    padding-left: 70px;
}
.produit_index_image2_motif1 {
    position: absolute;
    left: -55px;
    bottom: 0;
}
.produit_index_image2_motif2 {
    position: absolute;
    bottom: -130px;
    left: 0;
}

.index_produits_text_content.right .index_produits_title:before {
    right: inherit;
    left: 0;
}
.index_produits_text_content.right .index_produits_link {
    float: left;
    margin-left: 70px;
    margin-right: 0;
}
.index_produits_wrapper {
    padding: 0;
}
.produit_index_banner {margin-bottom: 25px;}


@media (max-width: 1200px) {
.produit_index_banner {
    margin-bottom: 70px;
}
}

@media (max-width: 991px) {
.index_produits_content {
    display: flex;
    align-items: center;
}
}

@media (max-width: 767px) {
.index_produits.index_bloc_wrapper {
    padding-bottom: 30px;
}
.index_produits_text_content {
    padding-bottom: 30px;
    display: inline-block;
    width: 100%;
    margin: 30px 0;
}
.index_produits_content {
    display: inline-block;
    align-items: center;
    width: 100%;
}
.index_produits_wrapper {
    margin-bottom: 100px;
}
}



