.table-invest-main{
    width: 100%;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	margin: auto;
}
.table-invest-header{
    background: var(--TRQ-Verde-4);
    color: var(--white);
    padding: 10px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
}
.table-invest-header span{
	font-family: var(--font-Roboto);
	font-style: normal;
	font-weight: 590;
	font-size: 30px;
	line-height: 110%;
}
.table-invest-body{
	display: inline-flex;
    width: 100%;
    padding: 15px 0px;
}
.table-invest-cell{
    text-align: center;
    padding: 0 10px 0 10px;
    border-right: 0.2rem solid #CED3CF;
}
.table-invest-cell-img {
    padding-bottom: 5px;
}
.table-invest-cell-main-text{	
    font-family: var(--font-Roboto);
    font-style: normal;
    font-weight: 590;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: var(--TRQ-Cinza-6);
    padding-bottom: 5px;
}
.table-invest-cell-sub-text p {
    font-family: var(--font-Roboto);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: var(--TRQ-Cinza-6);
    padding-bottom: 5px;
}
.table-invest-notes p{
	font-family: var(--font-Roboto);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: var(--TRQ-Cinza-6);
    margin-top: 15px;
    margin-left: 30px;
}

.table-invest-cell-sub-text p {
    padding: 0;
}


@media (max-width: 767px){
	.table-invest-body {
		display: inline-flex;
		flex-wrap: wrap;
	}
	.table-invest-cell {
		margin: 10px 0px;
		width: 50%!important;
	}
	.table-invest-cell:nth-child(even) {
		border: none;
	}
	.table-invest-main{
		margin: 20px;		
	}
}