@media only screen and (min-width: 1024px) {
.threeRows { border-radius: 12px; width: 100%!important; padding-top: 38px; }
.threeRows h1 { color: #00a6e2; }
}

@media only screen and (max-width: 1023px) {
.threeRows { border-radius: 12px; width: 100%!important; padding-top: 18px; }
.threeRows h1 { color: #00a6e2; }
}

@media only screen and (max-width: 1022px) {
.threeRows { width: 100%!important; height: unset; padding-left: 36px; }
.twoThirdRows { width: 90%!important; }
}
