.infoBox {
	padding: 30px 19px 23px;
	font-size: 18px;
	display: flex;
}

@media screen and (max-width: 770px) {
	.infoBox {
		display: block;
	}
}

.arrow_box {
	height: 27px;
}

.arrow_box:after {
	content:'';
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
}

.infoBox .title {
	text-transform:uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

.infoBox .text {
	font-weight: 200 !important;
}

.infoBox .text p {
	font-size: 18px !important;
}

.infoBox .text ul {
	padding-left: 0px;
}

.infoBox .partner {
	position:absolute;
	bottom: 0;
	padding-right: 55px;
}

@media screen and (max-width: 770px) {
	.infoBox .partner {
		position:relative;
		bottom: initial;
		margin-top: 25px;
		margin-bottom: 25px;
		padding-right: 0;
	}	
}

.infoBox .partner p {
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: initial;
}

.infoBox .partner img {
	max-width: 110px;
	margin-right: 5px;
	margin-bottom: 5px;
}