.divisor {
	margin: 20px 0;
	height: 1px;
	background-color: var(--gray-border);
	width: 100%;
}








._2col_txt-img .mobile {
	display: none;
}



@media screen and (max-width:767px) {

	._2col_txt-img .mobile {
		display: flex;
	}

	._2col_txt-img .desktop {
		display: none;
	}
}