.div_link_cnt {
    width: 100%;
    max-width: 1260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin: 0 auto;
    background-color: #A4C6F7;
	justify-content: space-between;
}

.link_item {
    padding: 16px;
    flex: 1;
    justify-content: space-between;
    border-radius: 5px;
    display: flex;
    background-color: white;
    position: relative;
    margin-bottom: 48px;
	/*
    -webkit-box-shadow: 0px 5px 0px 0px #DDDDDD;
    box-shadow: 0px 5px 0px 0px #DDDDDD;
	*/
	box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.25);
}

/* .link_item::after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 5px;
    padding: 0 15px 0 15px;
	background-color: #DDDDDD;
	top: 5px;
	position: absolute;
	z-index: -1;
} */

.link_item + .link_item{
	margin-left: 32px;
}

.img_item {
	width: 134px;
    height: 134px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

.link_item_cnt{
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
}

.link_item_titolazione{
	display: flex;
	flex: 1;
	flex-direction: column;
	font-family: "SoleSans", Arial, Helvetica, sans-serif;
	text-align: left;
}

.occhiello_item{
	color: #0035A5;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.link_title {
    font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
}

.link_title a:link {
	color: #0f0f0f;
	text-decoration: none;
}

.link_title a:visited {
	color: #0f0f0f;
	text-decoration: none;
}

.link_title a:hover {
	color: #0f0f0f;
	text-decoration: underline;
}

.link_title a:active {
	color: #0f0f0f;
	text-decoration: underline;
}

.firma_item{
	color: #0F0F0F;
	font-family: "SoleSans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: left;
}

@media only screen and (max-width: 1090px) {
	.div_link_cnt{
		flex-direction: column;
		align-items: center;
	}

	.link_item + .link_item{
		margin-left: 0;
	}

    .link_item {
        max-width: 564px!important;
    }
    .occhiello_item{
        font-size: 16px;
        font-weight: 500;
    }
    .link_title {
        font-weight: 700;
        font-size: 25px;
        line-height: 32px;
    }

    .firma_item {
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .link_title {
        font-weight: 700;
        font-size: 22px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 480px) {
    .link_title {
        font-weight: 700;
        font-size: 22px;
        line-height: 22px;
    }
}

