@media screen and (min-width: 980px){
.box-text p {
    height: 50px;
}
}

@media only screen and (device-width: 820px) and (device-height: 1180px) { 
div#winerckcatg {
    padding-left: 30px;
    padding-right: 30px;
}

.box-text p {
    height: 60px;
}
}