.col-12 {
    background-color: #eaeaea;
    background-image: url(/Content/images/bg_pattern.jpg);
    z-index: 700;
    width:100vw;
    height: 65vh;
    border-bottom: 1px solid;
    padding: 10px;
}

.col-md-6 {
    padding: 15px;
}

 .col-12 img {
        max-width: 85vw;
        margin-top: 50px;
    }

  .col-12 p {
        color: #b23a3b;
        font-size: 28px;
        margin-top: 10px;
    }

.col-sm {
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-top: none;
}

.col-2 {
    padding: 10px;
}

.menuItem p {
    color: #b23a3b;
    font-size: 28px;
    margin-top: 20px;
}

@media (max-width: 768px) {

    .col-sm {
    border: 1px solid black;
}

     .col-sm img {
    margin-bottom: 8vh; 
}

     .col-sm-4 p {
         font-size: 21px;
         margin-top: 0px;
     }

     .col-md-6 img {
        width: 50%;
        margin: -10px auto;
     }
	 
	 #headerTop
	 {
		 display: none;
	 }
	 
	 .domanda
	 {
		 display: none;
	 }
}