{# TEXT STYLES #}
.content-text h6{
	font-weight: 800;
	margin-bottom:15px;
}
.text_and_button__item_button{
	margin:30px 0 80px;
	display:flex;
}
.text_and_button__item_image img {
	border-radius: 40px;
	box-shadow: 0px 4px 50px 0px rgba(25, 73, 145, 0.15);
}
@media only screen and (min-width:768px){
	.card_text_box{
		padding:50px;
	}
	.text_and_button__item_button a{
		margin-right:10px;
	}
}
@media(max-width:1024px){
	.card_text_box__text_and_button__item{
		padding:20px 20px 0;
	}
	.text_and_button__item_button{
		display:flex;
		flex-direction:column;
	}
	.text_and_button__item_button a {
		width: 100%;
		display:flex;
		justify-content: center;
		margin-bottom:10px;
		
	}
}