.center.book a{
	display: block;
	background: #fff;
	text-align: center;
	padding: 15px 10px 10px;
	border-radius: 20px;
}
.center.book a img{
	margin: 0 auto;
}
.swiper-wrapper .orange{
	border-radius: 15px;
	background: #ff3b01;
	color: #fff;
	line-height: 20px;
	padding: 10px 15px;
	display: inline-block;
	max-width: 250px;
}

section.py-10.xl\:py-20{
	padding-top: 20px !important;
}
.row.indent10{margin:0px -10px;}

.orange, .orange:before{
	background: #ff3b01 !important;
}
@media (max-width: 770px) {
	#fixed{
		position: relative;
	}
	.swiper-wrapper .swiper-slide:nth-child(1) .uppercase{
		display: none;
	}
	.swiper-wrapper .orange{
		font-size: 14px;
		max-width: 100%;
		padding: 5px 15px;
		line-height: 10px;
	}
}
