.presentation_wrapper {position: relative;}
.presentation_text_content {
    padding: 60px 30px;
    background: #6f7173;
    position: absolute;
    right: 0;
    top: 65px;
    z-index: 1;
}
.presentation_text_content p {
    line-height: 28px;
    margin-bottom: 21px;
    text-align: justify;
}
.presentation_text {
    margin-top: 30px;
}
.presentation_text  p {
    color: #6f7173;
}

@media (max-width: 1200px) {
.presentation_text_content {
    padding: 60px 30px;
    background: #6f7173;
    position: relative;
    right: 0;
    top: 0;
    float: right;
}
}

.presentation_image_content {
    padding: 0;
}


