.home .hero .buttons{ display: flex; gap: 20px; flex-wrap: wrap; align-items: center; justify-content: center; }
.home .hero .buttons .button.secondary{ background: var(--green); border-color: var(--green); }
.home .hero .buttons .button.secondary:hover{ background: transparent; color: var(--green); }

.home .testimonials{ padding: 100px 0; background: var(--coral); }
.home .testimonials .content{ max-width: 800px; }

.home .testimonials .quote{ text-align: center; }
.home .testimonials .quote h2{ font-style: italic; font-size: 22px; line-height: 1.3; }
.home .testimonials .quote p{ margin-top: 10px; }

.home .testimonials .ctas{ margin-top: 50px; text-align: center; }
.home .testimonials .ctas h3{ font-size: 22px; margin-bottom: 20px; line-height: 1.3; }
.home .testimonials .ctas .button{ background: var(--neutral); border-color: var(--neutral); color: var(--black); }
.home .testimonials .ctas .button:hover{ background: transparent; color: var(--neutral); }

@media screen and (max-width: 1280px){

}

@media screen and (max-width: 1023px){
 
}

@media screen and (max-width: 767px){
   
}

@media screen and (max-width: 540px){
    
}