
.section-partners {
	padding-top: 105px;
	padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
	.section-partners {
		padding-top: 90px;
		padding-bottom: 5px;
	}
}

.section-hero h1 {
	font-weight: 300;
	font-size: 48px;
	line-height: 110%;
	color: #313131;
	padding: 0;
	margin: 0 0 44px 0;
}

@media screen and (max-width: 768px) {
	.section-hero h1 {
		font-size: 32px;
		line-height: 110%;
		margin-bottom: 30px;
	}
}

.section-hero-info {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 45px;
	margin-left: -25px;
	margin-right: -25px;
}

@media screen and (max-width: 768px) {
	.section-hero-info {
		margin-bottom: -30px;
	}
}

.section-hero-info-col {
	width: 50%;
	padding-left: 25px;
	padding-right: 25px;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.section-hero-info-col {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.section-hero-info-text {
		margin-bottom: 30px;
	}
}

.section-hero-info-text h4 {
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 26px;
	line-height: 33px;
	color: #424242;
}

@media screen and (max-width: 768px) {
	.section-hero-info-text h4 {
		font-size: 22px;
		line-height: 120%;
	}
}

.section-hero-info-text p {
	font-size: 17px;
	line-height: 176%;
	color: #5e5e5e;
	padding: 0;
	margin: 0;
	font-weight: 300;
}

.section-hero-info-text p:not(:last-child) {
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	.section-hero-info-text p {
		font-size: 15px;
		line-height: 176%;
	}
}

@media screen and (max-width: 768px) {
	.section-hero-payments {
		margin-top: 50px;
	}
}

.section-hero-payments-title {
	margin-bottom: 50px;
	font-weight: 300;
	font-size: 26px;
	line-height: 33px;
	color: #424242;
}

@media screen and (max-width: 768px) {
	.section-hero-payments-title {
		margin-bottom: 30px;
		font-size: 22px;
		line-height: 120%;
	}
}

.section-hero-payments-line {
	padding: 35px 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #e2e3e5;
}

.section-hero-payments-line:first-child {
	border-top: 1px solid #e2e3e5;
}

@media screen and (max-width: 768px) {
	.section-hero-payments-line {
		flex-direction: column;
		padding: 0;
		border: none !important;
	}
}

.section-hero-payments-line-cat {
	max-width: 160px;
	width: 100%;
	font-weight: 300;
	font-size: 17px;
	line-height: 150%;
	color: #424242;
	margin-right: 60px;
}

@media screen and (max-width: 768px) {
	.section-hero-payments-line-cat {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		padding: 8px 10px;
		background-color: #f4f5f7;
		font-size: 17px;
		line-height: 150%;
	}
}

.section-hero-payments-line-items {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	margin-right: -30px;
	margin-left: -30px;
	margin-bottom: -60px;
}

@media screen and (max-width: 768px) {
	.section-hero-payments-line-items {
		margin-bottom: 0px;
		margin-left: -10px;
		margin-right: -10px;
	}
}

.section-hero-payments-line-items-col {
	width: 20%;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}

@media screen and (max-width: 991px) {
	.section-hero-payments-line-items-col {
		width: 25%;
	}
}

@media screen and (max-width: 768px) {
	.section-hero-payments-line-items-col {
		width: 33.3333%;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.section-hero-payments-line-items-box {
	text-align: center;
	margin-bottom: 60px;
	position: relative;
	display: block;
}

@media screen and (max-width: 768px) {
	.section-hero-payments-line-items-box {
		margin-bottom: 20px;
	}
}

.section-hero-payments-line-items-box-logo {
	height: 60px;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.section-hero-payments-line-items-box-logo {
		height: 45px;
	}
}

.section-hero-payments-line-items-box-logo img {
	max-height: 60px;
	max-width: 140px;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.section-hero-payments-line-items-box-logo img {
		max-height: 45px;
		max-width: 240px;
		width: auto;
	}
}

.section-hero-payments-line-items-box-name {
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	color: #5e5e5e;
	top: 0;
	position: relative;
	transition: all ease-in-out .2s;
}

.section-hero-payments-line-items-box-more {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: .8px;
	text-transform: uppercase;
	color: #30466d;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -10px;
	width: 100%;
	opacity: 0;
	transition: all ease-in-out .2s;
}

@media screen and (max-width: 576px) {
	.section-hero-payments-line-items-box-more {
		display: none;
	}
}

.section-hero-payments-line-items-box-more i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 27px;
	height: 27px;
	border: 1px solid rgba(66, 66, 77, .3);
	margin-left: 9px;
	border-radius: 100%;
	position: relative;
	top: -2px;
}

@media screen and (min-width: 576px) {
	.section-hero-payments-line-items-box:hover .section-hero-payments-line-items-box-name {
		transition: all ease-in-out .2s;
		top: -5px;
		opacity: 0;
	}
	
	.section-hero-payments-line-items-box:hover .section-hero-payments-line-items-box-more {
		transition: all ease-in-out .2s;
		opacity: 1;
		bottom: -4px;
	}
}
