.graph-title {
  line-height: 36px; }

.leilao {
  display: flex;
  justify-content: space-around;
  padding: 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.06);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
  flex-wrap: wrap; }
  .leilao div:nth-child(2) {
    margin: 0 16px; }
  .leilao .item {
    text-align: center; }
    .leilao .item h4 {
      font-weight: 500;
      font-size: 24px;
      line-height: 28px;
      text-align: center;
      letter-spacing: -0.04em;
      color: #57A0D7;
      margin: 16px 0 0 0; }
    .leilao .item h5 {
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      font-variant: small-caps;
      color: #4F4F4F;
      margin: 0; }
    .leilao .item small {
      font-size: 16px;
      line-height: 19px;
      font-weight: 300;
      color: #828282;
      text-align: center; }

.deco-results {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 630px) {
    .deco-results {
      justify-content: center; } }
  .deco-results .winner {
    padding: 24px; }
    .deco-results .winner .icon {
      margin-bottom: 16px; }
  .deco-results .deco {
    padding: 24px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.06);
    text-align: left;
    min-width: 250px; }
    .deco-results .deco h2 {
      font-weight: 900;
      font-size: 24px;
      line-height: 24px;
      text-transform: uppercase;
      color: #C4C4C4;
      margin: 0 0 16px 0; }
    .deco-results .deco h4 {
      font-weight: 300;
      font-size: 14px;
      line-height: 16px;
      margin: 0;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #4F4F4F; }
    .deco-results .deco h3 {
      font-weight: bold;
      font-size: 18px;
      line-height: 21px;
      margin: 0;
      color: #4F4F4F;
      position: relative; }
    .deco-results .deco .custo {
      margin-bottom: 16px; }
      .deco-results .deco .custo h3::after {
        content: '';
        position: absolute;
        width: 146px;
        height: 24px;
        background: -webkit-gradient(linear, right top, left top, from(#57A0D7), to(rgba(87, 160, 215, 0)));
        background: linear-gradient(-90deg, #57A0D7 0%, rgba(87, 160, 215, 0) 100%);
        margin-left: 12px; }
    .deco-results .deco .receita h3::after {
      content: '';
      position: absolute;
      width: 88px;
      height: 24px;
      background: -webkit-gradient(linear, right top, left top, from(#D5E7F5), to(rgba(213, 231, 245, 0)));
      background: linear-gradient(-90deg, #D5E7F5 0%, rgba(213, 231, 245, 0) 100%);
      margin-left: 12px; }
