.div_flex_title {
	text-align: center;
	font-size: 6rem;
	font-weight: bold;
	margin-bottom: 30px;

}
.div_flex_content {
	text-align: center;
	max-width: 100%;
	margin-top: 15px;
}
.div_flex_item.description {
	float: right;
	width: 100%;
}
.div_flex_item.description a {
	font-family: 'Montserrat';
    font-weight: 600;
    background-color: transparent;
    color: #fff;
    display: inline-block;
    padding: 10px 32px 10px 32px;
    margin: 0 0px 10px 0;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #fff;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.div_flex_item.description a:hover {
	text-decoration: none;
}
.div_flex {
	margin-bottom: 10px;
}
.div_flex_reverse {
	margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
	.div_flex {
		display: inline-flex;
		flex-direction: row;
		width: 100%;
		flex-wrap: wrap;
		margin-bottom: 15px;
	}

	.div_flex_reverse {
		display: inline-flex;
		flex-direction: row-reverse;
		width: 100%;
		flex-wrap: wrap;
		margin-bottom: 15px;
	}

	.div_flex_item {
		width: 50%;
		flex-direction: column;
		flex-basis: 50%;
		/*margin-bottom: 25px;*/
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;

	}

	.div_flex_content {
		text-align: center;
		max-width: 560px;
		margin-top: 15px;
		margin-bottom: 20px;
		font-weight: 100;
		line-height: 1.6;
		font-size: 15px;
		letter-spacing: 0.03em;
	}
}

.div_flex:nth-child(1) .div_flex_item.description {
	background-color: #00b5ad;
	color: #fff;
}

.div_flex_reverse:nth-child(2) .div_flex_item.description {
	background-color: #FDB913;
	color: #000;
}

.div_flex_reverse:nth-child(2) .div_flex_item.description a {
	border-color: #000;
	color: #000;
}

.div_flex:nth-child(3) .div_flex_item.description {
	background-color: #8579B8;
	color: #fff;
}
.div_flex:nth-child(3) .div_flex_item.description .div_flex_content p {
	color: #fff;
}

.div_flex div, .div_flex_reverse div {
	color: inherit;
}
