/*
 Theme Name:   Fundartox
 Theme URI:    
 Description:  
 Author:       Gustavo Troisi
 Author URI:   https://www.gustavotroisi.com.ar
 Template:     hello-elementor
 Text Domain:  fundartox
 Version:      1.0.0    
*/


.ctf-tweets{
	display: flex;
	flex-direction: row;
	gap: 30px !important;
}
.ctf-item {
    flex: 1;
}

@media (max-width:767px){
	.ctf-tweets{
		flex-direction: column;
		gap: 10px !important;
	}
}