.site-content {
    padding: 20px;
}

.testo {
    font-size: 15px;
}

p a {
    color: #212120;
}

.padding-bottom {
    padding-bottom: 30px !important; 
}

.center {
    text-align: center;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 30px;
  left: 15px;
  right: 15px;
  opacity: 0;
  transition: .5s ease;
  /* background-color: #535350; */
}

.blur{
    opacity: 0;
    display: none;
}

.container-people .center{
    min-height: 300px;
}

@media only screen and (max-width: 766px) {
    .overlay {
        left: 25px;
        right: 25px;
    }
}

.container-img:hover .blur{
    opacity: 1;
    display: block;
}

.container-img:hover .main{
    display: none;
}


.container-img:hover .overlay {
  opacity: 0.85;
  
}

.text {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.titolo{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.descrizione {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
}

.titolo-content{
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;    
}

.contenuto-content{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 35px 25px 0;
}


@media only screen and (min-width: 610px) {
    .container-content{
        position: relative;
        height: 100%;
    }

    .container-content div.content{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}
