.info_box_container {
	max-width: 1400px;
	justify-content: center;
	margin: 0 auto;
}

.info_box-divider {
	margin: 0% 0% 5% 0;
	width: 80px;
	border-bottom: 2px solid;
	display: inline-block;
}

.info_box-left_container {
	position: relative;
}

.info_box-right_container {
	height: 100%;
}

.info_box-icon_container {
	padding: 0 4% 0 1%;
/* 	width: 325px; */
	min-width: 100px;
}

img.info_box-section_icon {
	max-width: none !important;
}

.info_box-text_container {
 	padding: 0 5% 0 0;
    text-align: left;
    margin-bottom: 80px;
}

.info_box-section:last-child .info_box-text_container{
	margin-bottom:0px;
}

.info_box-text_container h4{

	font-size:24px;
	line-height: 30px;
	font-weight: normal;
	color:#2B4360;
	margin:0px;
	padding:0px;
}

.info_box-description {

	font-size: 17px;
	line-height: 24px;
	font-weight: 300;
	color:#6F6E6E;

}

.info_box-text_container a {

	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none;

}

.info_box-section_container {
	padding: 5% 5% 0%;
}

.info_box-section {
	display: flex;
	flex-direction: row;
	align-items: top;
	justify-content: center;
}

.info_box-pet_image {
	max-height: 100%;
	max-width: 100%;
}

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

}

@media all and (min-width:768px){
	.info_box-section:nth-last-of-type(-n+2) .info_box-text_container{
		margin-bottom:0px;
	}
}

@media all and (max-width:999px){

}

@media all and (min-width:1000px){

}
