.production-direct-contact{
  background:#f5f9fc;
  border:1px solid #cbdce7;
  border-radius:28px;
  box-shadow:0 20px 55px rgba(36,76,67,.08);
  padding:42px;
}
.production-direct-contact>span{
  color:#45677d;
  display:block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.production-direct-contact h3{font-size:clamp(25px,3vw,38px)!important;line-height:1.25;margin:18px 0}
.production-direct-contact p{color:#466074;font-size:14px;line-height:1.85;margin:0 0 26px}
.production-direct-contact .btn{display:inline-flex}
.production-direct-contact small{color:#536c7b;display:block;font-size:10px;line-height:1.6;margin-top:18px}
@media(max-width:700px){
  .production-direct-contact{border-radius:24px;padding:28px 23px}
  .production-direct-contact h3{overflow-wrap:anywhere}
}
