body {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

.bgc1 {
  text-align: center;
  margin-bottom: 40px;
}

.bgc1{
  margin: 0;
}

[class*="organey-icon-"]{
  font-size: 25px
}

.mhl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.fs1{
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 30px;
}

.fs1 .fs0{
  margin: 0;
  border-width: 0;
}

.fs1 .fs0 input{
  border-width: 0;  
}

.fs1 .fs0 input:focus-visible{
  outline: none;
}

.fs1-content{
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
}

.fs1-content >*{
  padding: 15px;
}

.fs1-content .pbs{
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #dfdfdf;
}

.fs1-content .pbs >*{
  vertical-align: middle;
}

@media(max-width: 1199px){
  .fs1{
    width: 33.3333%;
  }
}

@media(max-width: 767px){
  .fs1{
    width: 100%
  }
}