.brand__mark {
  width: 88px;
  height: 74px;
  flex: 0 0 88px;
  padding: 2px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.brand__mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.form-status {
  min-height: 1.5em;
  margin-top: 14px;
  font-weight: 700;
  color: #175b3d;
}

@media (max-width: 680px) {
  .brand__mark {
    width: 70px;
    height: 60px;
    flex-basis: 70px;
  }
}
