.dq-quote-container { max-width:300px; margin:0 auto; text-align:center; }
.dq-rhombus {
  position: relative; width:180px; height:180px; margin:0 auto 1rem;
  background:#b5def2; transform:rotate(45deg);
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 4px 6px rgba(0,0,0,0.1);
}
.dq-rhombus span { display:block; transform:rotate(-45deg); }
.dq-big { font-size:2.5rem; line-height:1; font-weight:bold; }
.dq-small { font-size:1rem; margin-left:.2rem; vertical-align:super; }
.dq-selects label { display:block; margin:0.5rem 0; text-align:left; }
.dq-selects select { width:100%; padding:.4rem; }
.dq-button {
  display:inline-block; margin-top:1rem; padding:.7rem 1.5rem;
  background:#6fb4e9; color:#fff; text-decoration:none;
  border-radius:25px; font-weight:bold;
}
