[class*="col-"] {
    background-color: #ffffff;
    border: 1px solid #d3d3d35c;
}

.border-bold-black{
	border: 4px solid black;
}

.border-soft-black{
	border: 1px solid black;
}

.border-mid-black{
	border: 2px solid #f7f7f9;
}

.hover-img:hover{
	opacity:.7;
	cursor:pointer;
}

.smartphone-gallery-img {
    max-width: 300px;
}

#condizioni-smartphone p {
    font-size: 1.2rem;
    color: #292b2c;
    line-height: 35px;
}

#condizioni-smartphone h1 {
    font-size: 2.7rem;
}

#condizioni-smartphone h2 {
    font-size: 2rem;
    line-height: 2.5rem;
}

#condizioni-smartphone .lead {
    font-size: 1.75rem;
}

ul.big-list-ul {
    list-style-type: none;
    padding: 0;
}

.big-list-ul li {
    border-bottom: 1px dotted;
    padding-top: 25px;
    cursor: default;
    padding-left: 20px;
    padding-right: 20px;
}

.big-list-ul li:hover {
    background: #f2f2f2;
}

body#condizioni-smartphone {
    background: #fafafa;
}

.figure-main {
    width: 794px;
    height: 347px;
    background-size: 794px 347px;
    background-repeat: no-repeat;
    background-image: url(../img/figure.png);
	margin: 0 auto;
}


@media (max-width: 768px) {
	
	
	#condizioni-smartphone .container {
		overflow:hidden;
	}
	#condizioni-smartphone h1 {
		font-size: 32px;
		line-height: 1.125;
		font-weight: 600;
		letter-spacing: .004em;
	}
	
	#condizioni-smartphone h2 {
		font-size: 25px;
	}
	
	#condizioni-smartphone .lead {
		font-size: 19px;
		line-height: 1.4211;
		font-weight: 400;
		letter-spacing: .012em;
	}
	
	.border-bold-black {
		border: 1px solid black;
	}
	
	
	.figure-main {
		/*left: -115px;*/
		position: relative;
		top: -25px;
	}
}