.placeholder-wrapper-1{
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto auto;
  z-index: 100;
  height: 20vh;
  background: rgb(83, 133, 162);
  color: black;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  padding-bottom: 20%;
}

.placeholder-1{
  grid-column: 2;
  grid-row: 2;
  text-align: center;
}
.svg-bottom-2 {
  height: 10vh;
  background: rgb(83, 133, 162);
  display: block;
  position: relative;
  right: 0;
  width: 100%;
  line-height: 0;
}



#svg-bot{
  background: rgb(83, 133, 162);
}
.svg-bottom-2 .shape-fill-2 {
  fill: black;

}



/*#endregion */