.contactform-new:has(.contmess.cmes) {
  background: var(--Neutral-White,#fff);
  border-radius: 20px;
  box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
  height: 100%;
  margin: inherit;
  padding: 5rem 1.5rem;
  position: relative;
} 

@media only screen and (max-device-width: 768px) {
 .contmess {font-size: 3rem !important;} 
 }

contactform {}