.body .text{
    width: 60%;
}
@media screen and (max-width: 768px) {
    .body .text{
        width: 90%;
    }
}