@media only screen and (min-device-width: 1190px) and (max-device-width: 1440px) { .container { width: 70%; } .intro { width: 70%; padding: 1% 2%; } #tsss { text-decoration: underline dotted; } .cartoon { display: block; background-color: aliceblue; } .ani img { width: 80%; } .text { background-color: antiquewhite; width: 40%; margin-left: 0; } .text p { padding: 2% 4%; font-size: 1rem; line-height: 135%; } .row3 .text, .row5 .text { border: 2px red solid; } .row3 .text p, .row5 .text p { font-size: 1.2rem; line-height: 0; } }