.edugate-layout-3 {
    width: 100%;
    min-height: 380px;
    background-color: #fafafa;
    margin-top: 0;
    margin-bottom: 90px;
    border-bottom: 5px solid #eaedf5;
    position: relative;
    transition: all 0.3s linear
}

.edugate-layout-3 .edugate-content .description {
    line-height: 24px;
    margin-bottom: 18px;
    max-height: 72px;
    min-height: 56px;
    overflow: hidden
}

.edugate-layout-3 .edugate-content .title {
    font-size: 18px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    min-height: 56px;
    overflow: hidden
}

.edugate-layout-3.news-gird .edugate-content .title {
    text-transform: none;
    margin-bottom: 5px
}

.contact-method .method-item .sub {
    font-size: 16px;
    margin-bottom: 35px;
    min-height: 40px;
    text-transform: uppercase
}

.contact-method .method-item .detail {
    font-size: 14px;
    min-height: 100px;
    margin-top: 0;
}

.staff-item .staff-item-wrapper {
    width: 100%;
    height: 285px;
    min-height: 285px;
    overflow: hidden;
    transition: all 0.8s ease
}



@media screen and (max-width: 1023px) {
    .nascondi-piccoli {
        display: none !important;
    }
}

@media (min-width: 992px) {
	.personal-mobile {
		display: none !important;
	}
	.personal-desktop {
		display: block;
	}
}

@media (max-width: 991px) {
	.personal-mobile {
		display: block;
	}
	.personal-desktop {
		display: none !important;
	}	

}