.terminal-specifications-list{
	margin-bottom: 50px;
}

.terminal-specifications-list .block{
    width: 100%;
}

.terminal-specifications-list .terminal-specifications-item{
    width: 33%;
    min-width: 330px;
    margin-bottom: 35px;
    padding: 0 20px 35px 20px;
    max-width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.terminal-specifications-list .terminal-specifications-item:nth-last-child(1),
.terminal-specifications-list .terminal-specifications-item:nth-last-child(2),
.terminal-specifications-list .terminal-specifications-item:nth-last-child(3){
	border-bottom: none;
}
.terminal-specifications-list .terminal-specifications-item .title{
	font-size: 110%;
	margin-bottom: 10px;
}
.terminal-specifications-list .terminal-specifications-item .description{
	font-size: 120%;
	font-weight: 800;
	color: #EB5B3F;
}

