.attachBg {
    background: url('https://images.unsplash.com/photo-1492889971304-ac16ab4a4a5a?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1353&q=80') no-repeat center center/cover;
    background-attachment: fixed;
    height: 35rem;
    margin-bottom: 3rem;
    position: relative;
}

.attachBg h2 {
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5rem;
    color: #000033;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(105,107,102, 0.5); 
    font-family: 'Old Standard TT', serif;
    padding-bottom: 0;
}

#work {
    max-width: 61rem;
    margin: 0 auto;
}

.workContent,
.workContent2,
.workContent3,
.workContent4 {
    display: flex;
    height: 20rem;
    margin-bottom: 1rem;
}

.workContent4 {
    margin-bottom: 0;
}

.workContent > .workContentText,
.workContent2 > .workContentText,
.workContent3 > .workContentText,
.workContent4 > .workContentText {
    flex: 1;
    display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: center;
    padding: 2rem 0 0 2rem;
	font-size: 1.3em;
	font-weight: 800;
}

.workContent > .workContentImg {
    background: url('./img/КЪЩА\ ВАРИАНТ\ 1.jpg') no-repeat center center/cover;
    flex: 1;
}

.workContent2 > .workContentImg {
    background: url('./img/КЪЩА\ ВАРИАНТ\ 2.jpg') no-repeat center center/cover;
    flex: 1;
}

.workContent3 > .workContentImg {
    background: url('./img/КЪЩА\ ВАРИАНТ\ 3.jpg') no-repeat center center/cover;
    flex: 1;
}

.workContent4 > .workContentImg {
    background: url('./img/КЪЩА\ ВАРИАНТ\ 4.jpg') no-repeat center center/cover;
    flex: 1;
}