.content-mobile {
	display: flex;
	width: 100%;
}

.content-mobile .list-img {
	display: flex;
	flex: 1 0 0;
}

.content-mobile .list-img p {
	flex: 1 0 0;
}

.img-size{
	width: 376px;
}

@media only screen and (min-width: 600px) {

.mt-lg-20{
	margin-top: 20px!important;
}
.mt-lg--39{
	margin-top: -39px!important;
}
}

@media only screen and (max-width: 599px) {
.content-mobile {
	flex-direction: column-reverse;
}

.img-size{
	width: 100%;
}


}
