.bottom-container {
  margin: auto auto;
}

.bottom-container-first-row {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.address {
  color: #D9D9D9;
  font-family: Euclid Circular B;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.email {
  color: #D9D9D9;
  font-family: Euclid Circular B;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  justify-content: center;
}

.references {
  display: flex;
  justify-content: center;
}

.references img {
  margin-left: 10px;
}

.logo-bottom {
  display: flex;
  justify-content: center;
}

.logo-bottom img {
  width: 196px;
  height: 81px;
}

.copyrigh-text {
  color: #D9D9D9;
  text-align: center;
  font-family: Euclid Circular B;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  margin-top: 31px;
}

.bottom-section {
  background: #7E804E;
  padding-top: 100px;
}

@media (min-width: 1200px) {
  .bottom-container-first-row {
    flex-direction: row;
  }

  .references {
    justify-content: end;
  }
}