.info_loja {
    width: 100%;
    height: anchor-size;
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0, 0.7);
    z-index: 5;
}
.info_loja .termos-topo-home {
    float: left;
  height: auto;
  margin: 0px 11%;
  position: relative;
  width: 84%;
    padding: 20px 0;
}

.info_loja .termos-topo-home .termo-item {
    float: left;
  height: auto;
  margin: 0px 0% 0 0;
  padding: 0 0 0px;
  position: relative;
  width: 100%;
    border-right: 1px solid #fff !important;
}
.info_loja .termos-topo-home .termo-item:last-child {
    border-right: 0;
}
.info_loja .termos-topo-home .termo-item svg {
    float: left;
  height: auto;
  margin: 0px 3% 0 0;
  padding: 0 0 0px;
  position: relative;
  width: 13%;
  fill:#ffffff;
}
.info_loja .termos-topo-home .termo-item h3 {
    float: left;
  height: auto;
  margin: 0px 0%;
  padding: 0 0 0px;
  position: relative;
  width: 70%;
    color: #fff;
    font-size: 16px;
}
.info_loja .termos-topo-home .termo-item div {
    float: left;
  height: auto;
  margin: 0px 0%;
  padding: 0 0 0px;
  position: relative;
  width: 80%;
    color: #fff;
    font-size: 10px;
}