
.alert {
  border: none;
  border-radius: 10px;
  padding: 12px;
}

.alert-danger {
  background-color: #FECAC2;
  color: #6C1B0F;
}

.alert-success {
  background-color: #D7F1D0;
  color: #224F17;
}

.alert-warning {
  background-color: #FFE6AC;
  color: #FFC225;
}

.address-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  width: 257px;
  margin-right: 100px;
}

footer {
  background-color: #024B78;
}

.footer-wrapper {
  /* background:  */
  mix-blend-mode: normal;
  min-height: 550px;
  padding: 0 24px;
}

.footer-wrapper img {
filter: brightness(100);

}

.footer-container {
  padding-top: 100px;
}

.links-container {
  padding-top: 30px;
}

.list-header {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 5px;
  color: #ffffff;
}

.list-link {
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

.list-link:hover {
  filter: brightness(100);
  opacity: .75;
  transition: ease-in-out 200ms;
}

footer li {
  text-align: start;
}

.rights-text {
  font-size: 12px;
  line-height: 15px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .address-text {
    margin-right: 0;
  }
  .links-container {
    padding-top: 63px;
    width: 100%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .address-text {
    margin-right: 0;
  }
  .links-container {
    width: 100%;
  }
}
