.sg-containers.sg-containers-2cols {
  display: table;
  width: 100%;
}
.sg-containers.sg-containers-2cols .sg-containers-col {
  display: table-cell;
  width: 50%;
}
@media only screen and (max-width: 680px) {
  .sg-containers.sg-containers-2cols .sg-containers-col {
    width: 100%;
    display: block;
  }
  .sg-containers.sg-containers-2cols .sg-containers-col.col1,
  .sg-containers.sg-containers-2cols .sg-containers-col.col2 {
    padding: 0;
  }
}
.sg-containers.sg-containers-2cols .sg-containers-col .frame:first-child {
  margin-top: 0 !important;
}
.sg-containers.sg-containers-2cols .col1 {
  padding-right: 10px;
}
.sg-containers.sg-containers-2cols .col2 {
  padding-left: 10px;
}
.sg-containers.sg-containers-3cols {
  display: table;
  width: 100%;
}
.sg-containers.sg-containers-3cols .sg-containers-col {
  display: table-cell;
  width: 33%;
}
@media only screen and (max-width: 680px) {
  .sg-containers.sg-containers-3cols .sg-containers-col {
    width: 100%;
    display: block;
  }
}
.sg-containers.accordion .item header h3::before {
  font-family: "FontAwesome";
  content: "\f0d7";
  display: inline-block;
  margin-right: 5px;
  color: #4b7b30;
}
.sg-containers.accordion .item header h3.active::before {
  content: "\f0d8";
}
.sg-containers.accordion .item header h3 {
  cursor: pointer;
}
.sg-containers.accordion .item header h3:hover {
  color: #4b7b30;
}
.sg-containers.accordion .item header + div {
  display: none;
}
.sg-containers.accordion .content-wrapper {
  overflow: hidden;
}
.sg-containers.accordion img {
  display: block;
  width: auto !important;
}
.frame.sg-containers .frame:first-child {
  margin-top: 0 !important;
}
