@media only screen and (max-width: 768px) {
.text{
    text-align: left;
    margin: 0 30px;
}
}