#home {
  #banner {
    display: flex;
    justify-content: center;

    img {
      width: 100%;
      max-width: 700px;
    }
  }

  #about {
    display: flex;
    justify-content: center;

    img {
      border-radius: 25px 25px 0 0;
    }
  }

  #description {
    ul {
      li {
        svg {
          margin-right: 7px;
          margin-top: 2px;
        }
      }
    }
  }

  #payments {

    .glass {
      background: rgba(255, 255, 255, 0);
    }

    h3,
    .card-body {
    }

    .logo-title {
      font-size: 40px;
    }

    #payment-description {
      padding-left: 10px;
      color: #ffa5008a;
    }

    h3 {
      text-align: center;
    }

    .contact-info {
      h6 {
        margin-bottom: 5px;
        font-size: 20px;
      }
    }
  }
}
