.afterservices a::after {
	content: "→";
    position: relative;
    display: block;
    font-size: 32px;
    right: 0;
    margin-top: 30px;
}
.pc-vendita-container{
	max-width:initial!important;
}
.pc-vendita-container input[type="text"]{
	width:calc(100% - 32px)!important;
}
.pc-vendita-container b, #contenitore-dettaglio strong{
	font-weight:900
}
#ModalRichieste label{
    display: flex;
	justify-content: space-between;
	text-align:left;
	font-weight: bold;
}
#ModalRichieste input, #ModalRichieste textarea{
    border: 0px;
    background-color: #f8f8f8;
    padding: 5px;
    border-bottom: 2px solid #d5d5d5;
}
#ModalRichieste input[type="submit"]{
	width: 150px;
    background-color: #005733;
    color: #fff;
}
@media screen and (min-width: 64em) {
    .pc-vendita-large-4 {
        width: 27.33333%;
    }
	.pc-vendita-large-6 {
        width: 100%;
    }
}
@media screen and (min-width: 40em) {
    .pc-vendita-medium-7 {
        width: 54.33333%;
    }
}
@media (min-width: 992px) {
	#scheda-veicolo .pc-vetrina-medium-6 {
		max-width:49%;
		flex:49%;
	}
}