.footer-style {
  padding: 12px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-left: 20px;
  margin-top: 100px;
  padding-right: 80px;
  border-top: rgba(255, 166, 0, 0.082) 2px solid;
}

.footer-flex {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-left {
  display: flex;
  flex-direction: column;
}

.right {
  margin-right: 15px;
  font-weight: 600;
}

.small-text {
  font-size: small;
  color: #8d8888;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-title {
  font-weight: 600;
  text-align: center;
}

.footer-subtitle {
  font-size: small;
  text-align: center;
}

.footer-grid {
  display: grid;
}

.footer-margin-left {
  justify-content: right;
  margin-bottom: 6px;
}


@media (min-width: 200px) and (max-width: 700px) {
  .footer-style {
    display: flex;
    margin: auto;
    flex-direction: column;
  }
  
.footer-margin-left {
  justify-content: center;
  margin-bottom: 6px;
}
.text-hide {
  display: none;
}

}