	.pay-credit-home h4 {
    color: rgb(0, 0, 0);
    font-family: Manrope;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
	margin-bottom: 75px;
	}
	.pay-credit-home-item {
    border-radius: 30px;
    background: rgb(255, 255, 255);
    padding: 25px 130px 25px 30px;
	}
	
	.pay-credit-home-item-ico {
    background: rgb(228, 231, 253);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
	display: inline-block;
	vertical-align: top;
	position: absolute;
    left: 40px;
	}
	.pay-credit-home-item-ttl {
    color: rgb(0, 0, 0);
    font-family: Manrope;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    text-align: right;
	margin-bottom:18px;
	}
	.pay-credit-home-item-desc {
    color: rgb(0, 0, 0);
    font-family: Manrope;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
	}
	.pay-credit-home {
    position: relative;
		overflow: hidden;
		padding-bottom: 20px;
	}
	.pay-credit-home:after {
     content: '';
    width: 325px;
    height: 429px;
    position: absolute;
    background: url(/upload/home/badge.png);
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
	}
	.pay-credit-home .col-md-6 {
    margin-bottom: 20px;
	}
	.pay-credit-home .col-md-6:nth-child(2n) .pay-credit-home-item {
    padding: 25px 30px 25px 150px;
	}
	.pay-credit-home .col-md-6:nth-child(2n) .pay-credit-home-item-ttl {
    text-align: left;
	}
	.pay-credit-home .col-md-6:nth-child(2n) .pay-credit-home-item-desc {
    text-align: left;
	}
	.pay-credit-home .col-md-6:nth-child(2n) .pay-credit-home-item-ico {
    right: 40px;
	left: auto;
	}
	
		@media (max-width: 768px) {
		
		.pay-credit-home:after {
    bottom: 0px;
    transform: translateX(25%);
}
	
	.pay-credit-home-item {
    padding: 15px 70px 15px 15px;
}

.pay-credit-home .col-md-6:nth-child(2n) .pay-credit-home-item {
    padding: 15px 70px 15px 15px;
}
.pay-credit-home-item-ico {
    left: auto;
    right: 30px;
}
.pay-credit-home .col-md-6:nth-child(2n) .pay-credit-home-item-ico {
    right: 30px;
    left: auto;
}
.pay-credit-home-item {
    z-index: 1;
    position: relative;
}
.pay-credit-home:after {
    z-index: 0;
}
.pay-credit-home-item-ttl {
    font-size: 18px;
    line-height: 120%;
    text-align: left;
    margin-bottom: 5px;
}
.pay-credit-home-item-desc {
    font-size: 14px;
    line-height: 120%;
    text-align: left;
}
.pay-credit-home h4 {
    font-size: 14px;
font-weight: 400;
line-height: 120%;
letter-spacing: 0%;
text-align: left;
    margin-bottom: 20px;
}

}