.stats-section{
  padding: 50px 0 0px;
}
.stats-section{
    padding-bottom:50px;
}

.stat-card{
  background: #fbfbfb;
}

.hero-section{
  height: 600px;
}

.hero-right-image img {
    width: auto;
    margin-left: -200px;
    margin-top: -60px;
}

.hero-right-image{
    justify-content: flex-start;
    align-items: flex-start;
}

.testimonials-section{
    background: #FAFAFA;
}

.stats-section .cta-btn {
    display: table;
    margin: 30px auto 0;
}

.hero-cta-buttons {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.hero-left .cta-btn{
    padding-inline:40px;
}

.feature-images .image-single img{
    height:420px;
}

.page-template-reviews .feature-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 420px;
}

.page-template-reviews .feature-content .cta-btn {
    width: 300px;
}

@media (max-width: 1366px){
.hero-right-image img {
    width: auto;
    margin-left: -220px;
}
.hero-right-image {
    justify-content: flex-start;
    align-items: center;
}
}
@media (max-width: 1280px) {
    .hero-right-image img {
        width: auto !important;
        margin-left: -200px !important;
        margin-top: -160px;
    }
    
}
@media (max-width:1080px){
    .hero-left .cta-btn {
        width: 343px !important;
        font-size: 16px;
    }
}
@media (max-width:500px){
    .page-template-reviews .feature-content .cta-btn {
       height: 60px;
}
}
