div.titlo { /* название картины. год написания */
margin: 10px auto 2px auto;
font-family: Roboto;
font-size: 18px;
line-height: 1.6;
font-weight: 400;
color: #f2f2f2;
text-align: center;
width: 90%;
}

@media screen and (max-width: 1200px) {
  div.titlo {
  font-size: 16px;
  }
}

div.details { /* техника. размер */
margin: 0px auto;
font-family: Roboto;
font-size: 18px;
line-height: 1.4;
font-weight: 300;
color: #aea8a8;
text-align: center;
width: 90%;
}

@media screen and (max-width: 1200px) {
  div.details {
  font-size: 16px;
  }
}
