.bg-grey {
  background-color: #F8F5F2;
}
@media screen and (max-width: 991px) {
  .card-dettagli-offerta {
    margin-bottom: 40px;
    margin-top: -100px;
    width: 312px;
  }
  .par-content .gridcontrol .row.flex-column-rev-mob .col-lg-4 {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .card-dettagli-offerta.fixedposition {
    position: fixed;
    top: 255px;
  }
  .card-dettagli-offerta.relativeposition {
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .row.gridlayout.flex-column-rev-tab.flex.flex-column-rev-mob {
    width: 100%;
    margin: 0;
  }
}
