ul {
  margin: 0;
  padding: 0;
}

ul > li {
  list-style: none;
}

footer {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: rgba(159, 213, 239, 1);
  height: 50vh;
}

footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.first {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 270px;
  cursor: default;
}

.first div:first-child div p {
  font-family: "Mariupol";
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
}
/* 2 block footer */
.second {
  display: flex;
  justify-content: space-between;
  align-items: start;
  height: 322px;
  gap: 100px;
}

.second div h4 {
  font-family: "Mariupol";
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
  text-align: left;
  color: rgba(144, 0, 0, 1);
  cursor: default;
}

ul.first-li li,
ul.second-li {
  font-family: "Mariupol";
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  cursor: default;
}

