img {display: block;}baseline. Строго говоря, можно использовать и vertical-align: bottom или line-height: 0(и прочее обнуление) для удаления этого отступа, но вариант с display: block чаще всего практичней.
.features-description img.first-arrow {
position: absolute;
left: 100%;
top: 5%;
}.first-arrow {
position: absolute;
left: 100%;
top: 5%;
}