*{
    font-family: LindeDaxGlobal;
}
@media only screen and (max-width: 800px) {
  .container-fluid--registrationPage .registrationMain .registration-info {
    padding-top: 20px;
  }

  #get-started-third-widget-benefit-list {
    display: flex;
    width: 90%;
    margin: auto;
    color: #00305c;
  }

  #get-started-third-widget-benefit-list-left,
  #get-started-third-widget-benefit-list-right {
    width: 50%;

  }

  #availability {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }

  #availability img {
    width: 70px;
    height: 70px;
  }

  #availability p, #rental-services p,
  #cylinder-holdings p,
  #order-template p{
    display: none;
  }
  #availability h4, #rental-services h4,
  #cylinder-holdings h4,
  #order-template h4{
    text-align: center;
    font-size: 2.1rem;
    font-weight: 700;
  }


  #rental-services,
  #cylinder-holdings,
  #order-template {
    display: block;
    margin-bottom: 30px;
    font-size: 2.1rem;
    text-align: center;

  }

  #rental-services img,
  #cylinder-holdings img,
  #order-template img {
    width: 65px;
    height: 80px;
    margin-right: 3%;
  }

  .accordion {
    background-color: #e5edef73;
    color: #00305c;
    cursor: pointer;
    padding: 10px 45px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.7rem;
    transition: 0.4s;
    border-bottom: 1px solid #B2C0CD;
    font-weight: 700;
    border-radius: 5px;
  }

  .active,
  .accordion:hover {
    background-color: #E8F0F5;
  }

  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;

  }

  .panel p {
    color: #00305c;
    font-size: 1.7rem;
  }

  #accordion-div {
    width: 80%;
    margin: auto;
    margin-top: 50px;

  }

  .accordion-sign {
    float: right;
    font-weight: 700;
    font-size: 23px;
    color: #0077CC;
  }
}

@media only screen and (min-width: 800px) {

  .container-fluid--registrationPage .registrationMain .registration-info {
    padding-top: 20px;
  }

  #get-started-third-widget-benefit-list {
    display: flex;
    width: 90%;
    margin: auto;
    color: #00305c;
  }

  #get-started-third-widget-benefit-list-left,
  #get-started-third-widget-benefit-list-right {
    width: 50%;

  }


  #availability {
    display: flex;
    margin-bottom: 30px;
  }

  #availability img {
    width: 70px;
    height: 70px;
    margin-right: 3%;
  }

  #availability p {
    font-size: 2.1rem;
  }

  #rental-services,
  #cylinder-holdings,
  #order-template {
    display: flex;
    margin-bottom: 30px;
    font-size: 2.1rem;

  }

  #rental-services img,
  #cylinder-holdings img,
  #order-template img {
    width: 65px;
    height: 80px;
    margin-right: 3%;
  }

  .accordion {
    background-color: #e5edef73;
    color: #00305c;
    cursor: pointer;
    padding: 10px 45px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.7rem;
    transition: 0.4s;
    border-bottom: 1px solid #B2C0CD;
    font-weight: 700;
    border-radius: 5px;
  }

  .active,
  .accordion:hover {
    background-color: #E8F0F5;
  }

  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;

  }

  .panel p {
    color: #00305c;
    font-size: 1.7rem;
  }

  #accordion-div {
    width: 80%;
    margin: auto;
    margin-top: 50px;

  }

  .accordion-sign {
    float: right;
    font-weight: 700;
    font-size: 23px;
    color: #0077CC;
  }

  #get-started-third-widget-benefit-list-left h4, #get-started-third-widget-benefit-list-right h4{
    font-size: 2.1rem;
    font-weight: 700;
  }
  #get-started-third-widget-benefit-list-left  p, #get-started-third-widget-benefit-list-right p{
    font-size: 1.7rem;
  }
}