.pageContainer .topInfo .text > :first-child {
    margin-top: 0;
}

.pageContainer .topInfo .text > :last-child {
    margin-bottom: 0;
}

@media (min-width: 900px) {
    .pageContainer .topInfo .text {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}
