.container,
body,
html {
    font:normal 12px/180% Verdana;
}

.img-wrapper .title {
    font-family:  Verdana;
}

.title-box h1 {
    font-family: Verdana;
	line-height:1.2;
	font-size: 45px!important;
  }
  
div.text-scroll {
    position: relative;
}
div.pic-texts {
    margin-top: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    line-height: 1.5em;
    text-align: justify
}

div.pic-description p {
	min-width: 23vh;
	font-size: 18px;
}

.pic-item:nth-child(4) div.pic-description p{
    min-width: 29vh;
}