.block-cbg-easy-payment-plans {
    position: relative;
    overflow: hidden;
}

.block-cbg-easy-payment-plans .finance_card {
    background: #061735;
    padding: 101px 32px 10px 32px;
    color: var(--Text-White, #FCFCFC);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 26px;
    position: relative;
    overflow: hidden;
}

.block-cbg-easy-payment-plans .finance-title {
    border-radius: 32px;
    background: var(--Primary-15, linear-gradient(0deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 100%), #061735);
    color: var(--Text-100, #040611);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    width: 215px;
    padding: 10px 2px;
    transition: background 0.3s ease, color 0.3s ease;
}

.block-cbg-easy-payment-plans .finance-title:hover {
    background: var(--Secondary-100, #CF2B24);
    color: #fff;
}

.block-cbg-easy-payment-plans .finance-title-block {
    position: absolute;
    top: -1px;
    background: #fff;
    padding: 0 12px 12px 12px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    width: fit-content;
    border-radius: 0 0 24px 24px;
}

.block-cbg-easy-payment-plans .finance-title-block::after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    border-radius: 24px;
    box-shadow: 25px 25px 0 0 #fff;
    transform: rotate(180deg);
    right: -50px;
}

.block-cbg-easy-payment-plans .finance-title-block::before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    border-radius: 24px;
    box-shadow: 25px 25px 0 0 #fff;
    transform: rotate(278deg);
    left: -50px;
}

.block-cbg-easy-payment-plans .item-1 .finance-title-block {
    left: 0;
    right: auto;
    padding-left: 0;
    border-radius: 0 0 24px 0;
}


.block-cbg-easy-payment-plans .item-3 .finance-title-block {
    left: auto;
    right: 0;
    padding-right: 0;
    border-radius: 0 0 0 24px;
}



.block-cbg-easy-payment-plans .item-1 .finance-title-block::before {
    transform: rotate(-181deg);
    left: 0;
    top: auto;
    right: auto;
    bottom: -50px;
}

.block-cbg-easy-payment-plans .item-3 .finance-title-block::after {
    transform: rotate(260deg);
    left: auto;
    top: auto;
    right: 0;
    bottom: -50px;
}

.block-cbg-easy-payment-plans .item-1 .finance-title-block .finance-title {
    max-width: 202px;
    padding: 10px 50px;
}



.block-cbg-easy-payment-plans .finance-title-block .finance-title {
    position: relative;
    z-index: 2;
}

.block-cbg-easy-payment-plans .finance_cards {
    margin-top: 80px;

}

.block-cbg-easy-payment-plans .short_text {
    color: var(--Secondary-100, #CF2B24);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.block-cbg-easy-payment-plans .h1 {
    margin-top: 24px;
    margin-bottom: 32px;
}


.block-cbg-easy-payment-plans .container {
    padding-top: 80px;
    padding-bottom: 23px;
}

.block-cbg-easy-payment-plans .button {
    margin-top: 40px;
    display: inline-flex;
}

.block-cbg-easy-payment-plans .finance_cards>div:where(.item-1, .item-2, .item-3) {
    margin-bottom: 32px;
}


.block-cbg-easy-payment-plans .description,
.block-cbg-easy-payment-plans .description p {
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.block-cbg-easy-payment-plans .finance-description p {
    margin-bottom: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media screen and (max-width:992px) {
	
	.block-cbg-easy-payment-plans.custom-form-location-page {
    	border-radius: 0px;
    	border: none;
    	background: initial;
    	padding: 0px;
    	margin-left: 15px;
    	margin-right: 15px;
	}
    .block-cbg-easy-payment-plans .background_text {
        display: none;
    }

    .block-cbg-easy-payment-plans .container {
        padding-top: 0px;
		padding-left: 0px;
		padding-right; 0px;
    }

    .block-cbg-easy-payment-plans .h1 {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 42px;
        margin-top: 16px;
    }

    .block-cbg-easy-payment-plans .button {
        margin-top: 40px;
    }

    .block-cbg-easy-payment-plans .finance_cards {
        margin-top: 40px;
    }

    .block-cbg-easy-payment-plans .finance_card {
        padding-bottom: 0;
		
		padding: 90px 15px 10px 15px;
    }
	
	.block-cbg-easy-payment-plans .finance-title {
    	width: 200px;
	}
	
	.block-cbg-easy-payment-plans .short_text {
    	font-size: 16px;
    	line-height: 1.2;
	}
}