.compare-div {
    width: 50%;
    margin: 30px auto;
    border-bottom: 1px solid #b8b8b8;
    padding-bottom: 30px;
  }
  
  @media (max-width: 64.9375em) {
    .compare-div {
      width: 70%;
    }
  }
  
  @media (max-width: 39.9375em) {
    .compare-div {
      width: 80%;
    }
  }
  
  .compare-div h3 {
    text-align: center;
    font-weight: 500;
    letter-spacing: 3px;
    margin: 20px 0px 10px 0px;
    color: var(--secondary-grey);
  }
  
  
  .compare-div p {
    text-align: center;
  }
  
  .compare-div:last-child {
    border: 0;
  }
  
  .styles-content h2 {
    font-family: var(--script-font);
    text-align: center;
    font-weight: 300;
    font-size: 5rem;
    color: var(--primary-grey);
    margin: 1rem 0;
  }
