.presentation_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-left: 70px;
    margin-top: 80px;
}
.presentation_title:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background: #22252c;
    left: 0;
    bottom: 0;
}
.presentation_text {
    font-size: 15px;
    color: #22252c;
    font-weight: lighter;
    margin: 20px 0;
    text-align: justify;
    line-height: 28px;
    padding-left: 70px;
}
.presentation_image_content {
    position: relative;
    display: table;
    margin: 0 auto;
}
.presentation_index_motif {
    position: absolute;
    top: 50px;
    right: -86px;
}
.presentation_row_bloc {
    margin-bottom: 150px;
}
.presentation_row_bloc:last-child {
    margin-bottom: 0;
}
.presentation_text_wrapper.right {
    float: right;
}
.presentation_image_wrapper.right .presentation_index_motif {
    right: inherit;
    left: -86px;
}


@media (max-width: 991px) {
.presentation_row_bloc {
    margin-bottom: 80px;
}
.presentation_image_wrapper.right {
    display: table;
    margin: 0 auto;
}
.presentation_image_content {
    position: relative;
    display: table;
    margin: 0 auto;
}
}

@media (max-width: 767px) {
.presentation_index_motif {
    display: none;
}
.presentation_text {
    font-size: 15px;
    color: #22252c;
    font-weight: lighter;
    margin: 20px 0;
    text-align: justify;
    line-height: 28px;
    padding-left: inherit;
}
}


