.section--news-detail > .section--text > .section--text__copy > p:first-of-type:first-letter {
    float: left;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 1600px) {
	.section--news-detail > .section--text > .section--text__copy > p:first-of-type:first-letter {
	    float: left;
	    font-size: 16px;
	    line-height: 22px;
	    display: inline-block;
	    vertical-align: top;
	}
}

@media only screen and (min-width: 1100px) {
	.section--news-detail > .section--text > .section--text__copy > p:first-of-type:first-letter {
		margin-top: 1px;
	}
}

@media only screen and (max-width: 768px) {
	.section--news-detail > .section--text > .section--text__copy > p:first-of-type:first-letter {
		font-size: 14px;
	}
}