/*!
Theme Name: ecommerce
*/

.manufacture {
    flex-direction: column;
}

.mnf_dist {
    margin-top: 200px;
}

.mnf_blocks {
    width: 80%;
    margin-top: -200px;
}

.mnf_block_left {
    align-self: flex-start;
}

.mnf_block_right {
    align-self: flex-end;    
}

.mnf_wrap {
    position: relative;
    height: 50vh;
}

.mnf_text {
    margin: 3em;
    font-size: var(--h4);
    color: var(--text_color1);
    text-shadow: 0 0 100px rgba(0,0,0,1);
    width: 50%;
    border-right: 3px solid var(--text_color1);
}

.mnf_text_left {
    padding-right: 1em;
    border-right: 3px solid var(--text_color1);
    margin-right: auto;  /* автоматический отступ слева смещает блок влево */
}

.mnf_text_right {
    padding-left: 1em;
    border-left: 3px solid var(--text_color1);
    margin-left: auto;  /* автоматический отступ слева смещает блок вправо */
}

.mnf_bg {
    position: absolute;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 100px;
    border: 5px solid white;
    z-index: -10;
}