.T4569 h2 {
	margin-top: 10px;
	
}


.T4569 .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-flow: row wrap;
}

.T4569 .box {
	width: 32%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	background-color: #BABABA;
	margin: 0 0 15px 0;
}

.T4569 .leftside {
	flex-basis: 30%;
	margin-right: 30px;
	width: 150px;
}

.T4569 .leftside img{
	 width: auto;
	 height: 120px;
}

.T4569 .rightside {
	position: relative;
	flex-basis: 70%;
	margin: 10px 0 10px 0px;
	padding: 0 10px;
}

.T4569 .rightside .text{
	margin-bottom: 10px;
}
.T4569 .rightside .link{
	display: flex;
	justify-content: flex-end;
}


@media all and (min-width: 768px) and (max-width:1023px) {
	.T4569 .box {
		width: 49%;
	}
}

@media all and (min-width: 568px) and (max-width: 767px) {
	.T4569 .box {
		width: 49%;
	}
}

@media all and (max-width: 567px) {
	.T4569 .box {
		flex-direction: column;
		width: 100%;
	}
}



.T4569 .slick-next.slick-arrow{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 110%;
	left: 20%;
	display: block;
	width: 15px;
	height: 15px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background-color: #fff;
	border-radius: 30px;
}


.T4569 .slick-prev.slick-arrow{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 110%;
	left: 5%;
	display: block;
	width: 15px;
	height: 15px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background-color: #fff;
	border-radius: 30px;
}



.T4569 .slick-prev::before,
.T4569 .slick-next::before {

	font-size: 15px !important;
}
