.field-group-html-element{
  display: flex;
}
.field-group-html-element .col-6{
 padding: 5px;
  width: 50%;
}
.field-group-html-element .col-4{
 padding: 5px;
  width: 33%;
}
.field-group-html-element .col-3{
 padding: 5px;
  width: 25%;
}
.field-group-html-element .col-8{
 padding: 5px;
  width: 66%;
}
 .field--type-string ,.form-element{
	width:100%;
}
