

.copyright_area {
  a {
    color: #fff;
    color: #ffb300 !important;

    &:hover {
      color: #ffb300 !important;
    }

    .license-logo {
      height: 70px;
      object-fit: cover;
    }
  }

  .flex {
    display: flex;
  }

  .space-between {
    justify-content: space-between;
  }

  .align-center {
    align-items: center;
  }

  .justify-center {
    justify-content: center;
  }

  .flex-column {
    flex-direction: column;
  }

  @media screen and (max-width: 575px) {
    .license {
      float: left;
      width: 100%;
    }
  }
}



.mb-0{
  margin-bottom: 0 !important;
}

table td{
  padding: 0 !important;
  border-bottom: 0 !important;
}

table{
  margin-bottom: 0 !important;
}

@media screen and (max-width: 600px) {
  .hrline {
    display: none !important;
  }
}
