.deal_modal_report .cont-modal svg {
    height: 80px;
    fill: #999;
    text-align: center;
    display: table;
    margin: 30px auto;
  }
  .deal_modal_report h2 {
    text-align: center;
  }
  .add_to_cart.added {
    background: green;
  }
  .main_card.service_card {
    text-align: center;
    padding: 21px;
    width: 100%;
    height: 100%;
  }
  .cont-modal {
    text-align: center;
  }
  
  .page_parag * {
    font-size: 1.6rem !important;
    font-weight: 400 !important;
  }
  
  .has_service_note {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .has_service_note img {
    width: 100px;
  }
  .has_service_note p {
    margin: 20px 0px;
    font-size: 20px;
    text-align: center;
  }
  .header_logo__ {
    min-width: 120px;
  }