/*
Theme Name: resset Child
Theme URI: http://refineria.es
Template: resset
Author: Refinería
Author URI: https://refineria.es/
Description: Description
Version: 1.0.0.1717510632
Updated: 2024-06-04 16:17:12

*/

.footer-mentoring {
	width: 100%; 
	text-align: center; 
	display: inline-flex; 
	flex-direction: column; 
	justify-content: center; 
	background-color: #fff; 
	padding-top: 50px; 
	padding-bottom: 50px;
	
	p {
		padding-left: 28px;
		padding-right: 28px;
		padding-bottom: 15px; 
		color: #999999; 
		font-family: 'Noto Sans';
	}
	
	img {
		width: 85%; 
		height: auto;
	}
}