.app-recent {
    padding: 0 20px 3rem 20px;
    max-width: 1920px;
}
.app-recent__title {
    font-size: 1.2rem;
}
.app-recent__logo {
    width: 25px;
    height: 25px;
}
.app-recent__item--justify {
    text-align: justify;
	font-size: 14px;
}
@media only screen and (min-width: 768px) {
    .app-recent {
        padding: 0 20px 3rem 20px;
    }
}
@media only screen and (min-width: 992px) {
    .app-recent {
        padding: 0 40px 6rem 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .app-recent {
        padding: 0 80px 6rem 80px;
    }
}
@media only screen and (min-width: 1400px) {
    .app-recent {
        padding: 0 100px 6rem 100px;
    }
}
