.cgb-shortcode1 {
  padding: 40px 0;
  box-sizing: border-box;
}
@media (min-width: 920px) {
  .cgb-shortcode1 { padding: 60px 0; }
}
.cgb-shortcode1 *,
.cgb-shortcode1 *:before,
.cgb-shortcode1 *:after {
  box-sizing: border-box;
}
.cgb-shortcode1__container {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.cgb-shortcode1__title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #131313;
  line-height: 1;
  letter-spacing: -0.06em;
  margin: 0 0 20px;
}
.cgb-shortcode1__title--center { text-align: center; }
.cgb-shortcode1__title--left { text-align: left; }
.cgb-shortcode1__title--right { text-align: right; }
@media (min-width: 620px) {
  .cgb-shortcode1__title { font-size: 32px; margin-bottom: 30px; }
}
@media (min-width: 920px) {
  .cgb-shortcode1__title { font-size: 40px; }
}
@media (min-width: 1200px) {
  .cgb-shortcode1__title { font-size: 48px; }
}
.cgb-shortcode1__placeholder {
  margin: 0;
  padding: 30px;
  text-align: center;
  border: 1px dashed rgba(19, 19, 19, 0.2);
  border-radius: 10px;
  color: rgba(19, 19, 19, 0.5);
  font-family: "Inter", sans-serif;
  font-size: 14px;
}
.cgb-shortcode1__plate {
  margin: 0;
  padding: 40px 20px;
  text-align: center;
  background-color: #EBF6FB;
  border: 1px dashed rgb(3, 137, 203);
  border-radius: 10px;
  color: rgb(3, 137, 203);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
