.heading {
  text-align: left;
  margin-bottom: 20px;
  font-weight: 700;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.api-content {
  background-color: #f7f7f7;
  padding-top: 10px;
  padding-bottom: 20px;
}

.heading-2 {
  text-align: center;
}

.link {
  color: #2853fc;
  display: inline-block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.image {
  margin-bottom: 20px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sample-card {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 20px;
}

.sample-card.hide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.api-data-goes-here {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 40px;
  padding-bottom: 0;
}

.heading-3 {
  color: #070606;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.html-embed {
  width: 350px;
  height: 100%;
  color: #101010;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block {
  width: 100%;
  height: 250px;
  background-image: url('../images/logo-gb.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0;
  display: block;
}

.line {
  width: 250px;
  height: 1px;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px dashed #000;
  display: none;
}

.body {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.html-embed-2 {
  margin-top: 40px;
}

.div-block-2 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  width: 350px;
}

.rating {
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 20px;
}

.submit-button {
  width: 100%;
  background-color: #000;
  border-radius: 20px;
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.comments {
  border-radius: 10px;
}

.text-block {
  width: 350px;
  margin-bottom: 20px;
  font-weight: 700;
}

.orders_id {
  display: none;
  overflow: visible;
}

.field-label {
  margin-top: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.field-label-2 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.text-block-2 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.success-message {
  background-color: #000;
  border-radius: 10px;
}

.button {
  width: 250px;
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  margin-top: 40px;
  font-weight: 700;
}

.e-shop {
  width: 250px;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

.insta {
  width: 250px;
  background-image: linear-gradient(160deg, #405de6, #833ab4 20%, #e1306c 52%, #f56040 83%, #ffdc80);
  border-radius: 20px;
  font-weight: 700;
}

.link-block {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  color: #7e7e7e;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .api-data-goes-here {
    width: 80%;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .api-data-goes-here {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }
}


