.custom_description{
	max-width: 900px;
	margin: 30px auto;
	display: flex;
    flex-flow: wrap;
}
.custom_description .full{
	width: 100%;
}
.custom_description .half{
	width: 50%;
}

.custom_description .wrapper{
	margin-top: 20px;
	margin-bottom: 20px;
}

.custom_description .wrapper_img{
	text-align: center;
}

.custom_description h2{
	font-size: 2.2rem;
}

.custom_description h3{
    font-size: 1.5625em;
    font-weight: 300;
}

.custom_description h6{
	margin: 0 0 0.5rem;
    font-size: 0.8em;
    font-weight: 400;
}

.custom_description p{

}

.custom_description img{
	max-width: 250px;
}

.custom_description a[type=button]{
	color: white;	
}


@media(max-width: 767px){
	.custom_description{
		text-align: center;
	}
	.custom_description .half{
		width: 100%;
	}
	.custom_description ul{
		text-align: left;
	    max-width: fit-content;
	    margin: 0 auto;
	    padding-left: 20px;
	}
}