@import '../../variables';

:root {
  --terra-card-border: none;
  --terra-card-box-shadow: 0 1px 3px rgba(#666 , 0.3);
}

:local {
  .logo-container {
    margin: 0 25px 30px;
    max-height: 170px;
    max-width: 100%;
    text-align: center;
    @media screen and (max-width: $terra-medium-breakpoint - 1) {
      margin: 40px 25px;
    }
  }

  .img {
    color: var(--terra-consumer-logo-text-color, #3d3d3d);
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    margin: auto;
    max-height: 120px;
    max-width: 100%;
  }
}
