.apps .title {
    text-align: center;
    margin-bottom: 1.6rem;
}

@media screen and (min-width: 750px) {
    .apps .title {
        font-size: 48px;
    }
}

.apps .text {
    text-align: center;
    margin-bottom: 8rem;
}