.commitment-custom{}
.commitment-custom .wrapper{
	padding:50px 0px;
}
.commitment-custom .uk-panel-title{
}
.commitment-custom .description{
}
.commitment-custom .item{
	padding-left:115px;
    min-height: 100px;
    /* border-radius:5px; */
    /* padding:15px; */
    /* border:1px solid #dadbdb; */
    /* border-top:5px solid #f9b33b; */
}
.commitment-custom .item .image {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0px;
    top: -10px;
}
.commitment-custom .item .image img{
    border-radius:50%;
}
.commitment-custom .item .body{
	margin-top:0px;
}
.commitment-custom .item .name{
}
.commitment-custom .item .name>*{
    font-weight:bold;
}
.commitment-custom .item .sapo{
	margin-top:10px;
}
.commitment-custom .gallery .image {
}
.commitment-custom .gallery .image img{
    border-radius:5px;
}
.commitment-custom .gallery .image.image-01{
    height: 260px;
}
.commitment-custom .gallery .image.image-02{
	margin-top:25px;
    height: 350px;
}
.commitment-custom .gallery .image.image-03{
	/* margin-top:50px; */
    height: 425px;
}
@media (max-width:767px){
	.commitment-custom .wrapper{
		padding:25px 0px;
	}
	.commitment-custom .uk-panel-title{
		text-align:center;
	}
	.commitment-custom .description{
		text-align:center;
	}
	.commitment-custom .item{
		padding-left:0px;
	}
	.commitment-custom .item .image {
		width: 100%;
		position: static;
	}
	.commitment-custom .item .image img{
		border-radius:5px;
	}
	.commitment-custom .item .body{
		margin-top:15px;
	}
	.commitment-custom .item .sapo{
		display:none;
	}
}