.module-faq {
  padding-top: 60px;
  padding-bottom: 60px;
  /* Brand Styles */ }
  .module-faq h3 {
    font-size: 24px;
    text-align: center;
    margin: 0 30px 30px; }
    @media screen and (max-width: 767px) {
      .module-faq h3 {
        font-size: 20px; } }
  @media screen and (max-width: 767px) {
    .module-faq {
      padding-top: 30px; } }
  .module-faq .item {
    padding: 0 30px 10px 30px; }
    .module-faq .item .item-title {
      cursor: pointer;
      display: flex; }
      .module-faq .item .item-title h4 {
        font-size: 18px;
        display: inline-block;
        flex: 1; }
      .module-faq .item .item-title i {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 7px; }
        .module-faq .item .item-title i.invert:after {
          transition: 0.3s;
          transform: rotate(-135deg); }
    .module-faq .item .item-body {
      padding-bottom: 10px;
      font-size: 14px; }
      .module-faq .item .item-body ul, .module-faq .item .item-body ol {
        margin-left: 0;
        padding-left: 20px;
        margin-bottom: 10px; }
      .module-faq .item .item-body ul {
        list-style: disc; }
      .module-faq .item .item-body p {
        margin-bottom: 10px; }
      .module-faq .item .item-body p, .module-faq .item .item-body li {
        font-size: 14px; }
  .module-faq .new-badge:before {
    content: 'New';
    background-color: #ef4848;
    width: 40px;
    height: 20px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 7px;
    margin-right: 5px;
    border-radius: 50px; }
  .module-faq.module-grubhub .item i {
    color: #0070EB; }
  .module-faq.module-seamless .item i {
    color: #339999; }

.gg-chevron-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-radius: 100px; }

.gg-chevron-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border-bottom: 3px solid;
  border-right: 3px solid;
  transform: rotate(45deg);
  right: 6px;
  top: 4px; }

/*# sourceMappingURL=style.css.map */
