

@media only screen and (max-width: 980px) {
    
    :root {
        --fontSize: 16px;
    }    
    
}

@media only screen and (max-width: 750px) {
    
    :root {
        --fontSize: 14px;
    }    
    
}

@media only screen and (max-width: 700px) {
    
    :root {
        --fontSize: 16px;
    }
    
	.wrapper {
    width: 85%;
}
	
	.image_text_cta-content {
    flex: 1;
    padding-left: 0em;
    padding-right: 1em;
	}
	
	p{
		font-size: 20px;
		font-weight:400;
		line-height: 28px;
	}
	
	.accordion .item .title {
    font-size: 1.5rem;
		padding: 0.5em;
	}
	
	.columned_content .title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-bottom: 1em;
}
	
.hero .findoutmore {
    bottom: 3em;
}
	
.image_text_cta-image {
    background-position: top center;
}
	
	.columned_content{
		padding-top: 2em;
	}
	
    h1,
    .h1 {
        font-size: 2.6rem;
    }

    h2,
    .h2 {
        font-size: 2.2rem;
    }

    h3,
    .h3 {
        font-size: 1.25rem;
    }
    
    .image_text_cta .wrapper {
        flex-direction: column !important;
    }
    
    .image_text_cta-image {
        flex: 1 0 auto;
        aspect-ratio: auto;
        width: 100%;
        height: 300px;
    }
    
    header .sidebuttons a {
        display: none;
    }
	
	.testimonials .items {
		flex-direction: column;
	}
	
	.client_logos .images {
		flex-direction: column;
	}
    
}

@media only screen and (max-width: 1042px) {
    
    .columned_content .columns {
        flex-direction: column;
    }
    
}
