.node-main-content p{
--x-height-multiplier: 0.35;
--baseline-multiplier: 0.179;
font-family: medium-content-serif-font,Georgia,Cambria,"Times New Roman",Times,serif;
letter-spacing: .01rem;
font-weight: 400;
font-style: normal;
font-size: 21px;
line-height: 1.58;
letter-spacing: -.003em;
}

.node-main-content p img:hover{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
transition: all 250ms cubic-bezier(.87,.37,.27,.95);
-webkit-box-shadow: 20px 20px 100px 1px #A1A1A1;
box-shadow: 20px 20px 100px 1px #A1A1A1;
}
 




@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
.node-main-content p{
font-size: 14px;
}


	}

