/* #Media Queries
================================================== */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {  }

@media screen and (min-width : 991px) and (max-width : 1200px) {
	.cta-section__title{
		line-height: 42px;
	}

	.cta-section__content{
		padding: 20px 0px 20px 50px;
	}
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {	

	.review-card{
		width: 100%;
	}

	.review-logos img{
		max-width: 90px;
	}

	.cta-section__image img {
		margin: 0;
		max-height: 200px;
	  }
	  
	  .cta-section__content {
		padding: 1.5rem;
		align-items: center;
		text-align: center;
	  }
	.header-info{
		display: none;
	}

	.phone_mobile{
		position: fixed;
		bottom: 0;
		display: flex;
		justify-content: center;
		width: 100%;
		background: var(--dark_brand_color);
		padding: 10px 0;
		z-index: 1000;
	}

	.cta-section__title{
		line-height: 40px;
	}

	.cta-section__image{
		text-align: center;
	}

	.cta-section__inner{
		padding: 25px;
	}

	.cta-section__title{

	}

	.hero-content {
		flex-direction: column;
		gap: 40px;
	  }
	  
	  .hero-title {
		font-size: 36px;
		text-align: center;
		line-height: 40px;
	  }

	  .header-content{
		justify-content: center;
	  }

	  .hero-content-text {
		text-align: center;
	  }

	  .hero-right{
		align-items: center;
	  }
	  .hero-left img{
		max-height: 300px;
	  }
	  
	  .review-logos {
		justify-content: center;
	  }

	  .services-section {
		padding: 60px 0;
	  }
	  
	  .services-title {
		font-size: 32px;
	  }
	  
	  .services-grid {
		flex-wrap: wrap;
		gap: 40px;
		justify-content: space-around;
	  }

	  .about-us-section {
		padding: 60px 0;
	  }
	  
	  .about-content {
		flex-direction: column;
		gap: 40px;
	  }
	  
	  .about-title {
		font-size: 36px;
	  }

	  .logo-grid {
		flex-wrap: wrap;
		gap: 30px;
		justify-content: center;
	  }

	  .financing-section {
		padding: 160px 0 60px 0;
	  }
	  
	  .financing-content {
		flex-direction: column;
		gap: 40px;
	  }
	  
	  .financing-title {
		font-size: 36px;
	  }

	  .coupons-section {
		padding: 60px 0;
	  }
	  
	  .coupons-title {
		font-size: 42px;
	  }
	  
	  .coupons-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	  }
	  
	  .coupon-card {
		padding: 15px;
	  }
	  
	  .coupon-price {
		font-size: 38px;
	  }
	  
	  .coupon-title {
		font-size: 22px;
	  }
	  
	  .coupon-content-text {
		font-size: 13px;
		line-height: 18px;
	  }
	  
	  .coupon-terms {
		font-size: 10px;
		line-height: 11px;
	  }
	  
	  .cta-primary {
		font-size: 18px;
		padding: 10px 20px;
	  }

	  .footer {
		padding: 40px 0 100px;
	  }
	  
	  .footer__logo-row {
		margin-bottom: 30px;
	  }
	  
	  .footer__logo img {
		max-width: 150px;
	  }
	  
	  .footer__info-row {
		margin-bottom: 30px;
	  }
	  
	  .footer__column {
		margin-bottom: 25px;
	  }
	  
	  .footer__title {
		font-size: 16px;
		margin-bottom: 10px;
	  }
	  
	  .footer__bottom-content {
		flex-direction: column;
		text-align: center;
		gap: 15px;
	  }
	  
	  .footer__left,
	  .footer__right {
		flex-direction: column;
		gap: 10px;
	  }

	  .cta-section__inner{

	  }


	
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.coupons-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	
	.coupon-card {
		padding: 8px;
	}
	
	.coupon-card-inner {
		padding: 12px;
	}
	
	.coupon-price {
		font-size: 28px;
	}
	
	.coupon-title {
		font-size: 16px;
		margin: 0 0 8px 0;
	}
	
	.coupon-content-text {
		font-size: 11px;
		line-height: 14px;
		margin-bottom: 8px;
	}
	
	.coupon-terms {
		font-size: 8px;
		line-height: 9px;
	}
	
	.cta-primary {
		font-size: 12px;
		padding: 8px 12px;
		margin-bottom: 8px;
	}
	
	.coupon-image {
		max-width: 100px;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 576px) {}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 767px) {

	
}