/**
 * Pricing Cta Section
 *
 * Generated by Dreamz Page Builder on 2026-08-12.
 */

.pricing-cta-section {
	background-color: var(--blue);
	text-align: center;
}
.pricing-cta-section .btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px 30px;
    flex-wrap: wrap;
    margin-top: 35px;
    padding-left: 170px;
}
.pricing-cta-section *:not(.btn){
	color: var(--white);
}
.pricing-cta-section .btn-text:hover{
	color: var(--black);
}
.pricing-cta-section .h1{
	font-family: 'Calibre', sans-serif;
    font-weight: 600;
	margin-bottom: 10px;
}
.pricing-cta-section .subtitle{
	color: var(--gray);
}
@media only screen and (max-width: 1199px) {

}
@media only screen and (max-width: 767px) {
	.pricing-cta-section .btn-wrapper{
		margin-top: 28px;
		padding-left: 0;
	}
}