.nbAbout {position: relative;}
.nbAbout:before {position: absolute; content: ''; top: -10.5rem; right: -2rem; bottom: -4rem; left: 50%; background: #f6f6f6;}
.nbAbout__item {margin-bottom: 6rem; position: relative;}
.nbAbout__item:last-child {margin-bottom: 0 !important;}
.nbAbout__itemText {color: #414141; font-size: 1.125rem; font-weight: 300; letter-spacing: 0.05em; line-height: 1.2;}
.nbAbout__itemImageContainer {position: absolute; left: 0; right: 0; top: 0; bottom: 0;border-radius: 0.75rem;}
.nbAbout__itemImageContainer:before {content: ''; position: absolute; left: -2rem; right: -2rem; top: -2rem; bottom: -2rem; background: #fff; display: block; border-radius: 0.75rem;}
.nbAbout__itemImage {position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-position: center center; background-repeat: no-repeat; background-size: cover; border-radius: 0.75rem; overflow: hidden;}

.order-md-2 .nbAbout__itemText {padding-left: 6.25rem;}
.order-md-1 .nbAbout__itemText {padding-right: 6.25rem;}
.order-md-2 .nbAbout__itemImageContainer {left: -2rem; right: 2.5rem;}
.order-md-1 .nbAbout__itemImageContainer {right: -2rem;}
.order-md-2 .nbAbout__itemImage:before {content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: 4.875rem; background: #2ca3a1;}
.order-md-1 .nbAbout__itemImage:before {content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4.875rem; background: #2ca3a1;}

/*desktops*/
@media (max-width: 1200px) { 

}

/*tablets*/
@media (max-width: 991px) {

}

/*phones*/
@media (max-width: 767px) { 
	.nbAbout:before {display: none;}
	.nbAbout__itemImageContainer:before {display: none;}
	.order-md-2 .nbAbout__itemText,
	.order-md-1 .nbAbout__itemText {padding: 0;}
	.nbAbout__itemImage {position: relative; height: 0; padding-top: 50%;}
	.nbAbout__itemImageContainer {position: relative; left: 0 !important; right: 0 !important; margin-bottom: 1rem;}
	.nbAbout__item {margin-bottom: 2rem;}
}