	.periodicals__item-title h4{
	    font-family: 'MullerBold', sans-serif;
	    text-align: center;
	    font-size: 20px;
	    color: #4f3274;
	    margin-bottom: 15px;
	    min-height: 75px;
	    margin-top: 15px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.periodicals__item-text {
		font-family: 'MullerRegular', sans-serif;
	    font-size: 14px;
	    text-align: justify;
	    color: #444;
	}