:root {
  --linen: #f0e4db;
  --dark-black: #271a1d;
  --indian-red: #fe2c64;
  --seashell: #fbf2eb;
  --antique-white: #dccabd;
}

/* .paragraph-3 { */
  /* width: 70%; */
  /* color: var(--linen); */
  /* letter-spacing: .2px; */
  /* margin-top: 25px; */
  /* margin-bottom: 20px; */
  /* font-family: Neue Montreal, Arial, sans-serif; */
  /* font-size: 18px; */
  /* line-height: 27px; */
/* } */

/* .paragraph-3._3, .paragraph-3._4 { */
  /* margin-left: 0; */
/* } */

/* .footer-left { */
  /* width: 60%; */
  /* flex-direction: column; */
  /* justify-content: space-between; */
  /* margin-left: 80px; */
  /* padding-top: 0; */
  /* display: flex; */
/* } */

.heading-4._2 {
  color: var(--indian-red);
  line-height: 90%;
}

.link-3 {
  color: var(--linen);
  text-decoration: none;
}

.link-3:hover {
  color: var(--indian-red);
  text-decoration: none;
}

/* .button-footer { */
  /* height: 54px; */
  /* background-color: var(--linen); */
  /* color: var(--dark-black); */
  /* text-transform: uppercase; */
  /* cursor: pointer; */
  /* border: 1px #fe2c64; */
  /* border-radius: 8px; */
  /* align-items: center; */
  /* margin-right: 0; */
  /* padding: 10px 40px; */
  /* font-family: Neue Montreal, Arial, sans-serif; */
  /* font-size: 18px; */
  /* font-weight: 500; */
  /* display: flex; */
/* } */

.button-footer:hover {
  background-color: var(--antique-white);
}