/* ADVERT */

.advert {
  width: 100%;
  background-image: linear-gradient(to right, #dcdcdc, #e7e7e7);
  height: 150px;
  margin-top: 20px;
}

.footer {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin-top: 50px;
}

.foot-content {
  padding: 10px;
}

.lorem {
  width: 35ch;
  margin-top: 20px;
}

.foot-title {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 10px;
}

ul.links {
  display: flex;
  flex-direction: column;
}

.list-link,
a.foot-links {
  text-decoration: none;
  list-style-type: none;
  display: block;
  padding: 3px;
  color: black;
}

.foot-title-bg {
  font-size: 30px;
  margin-bottom: 10px;
}

.sub {
  padding: 15px;
  width: 90%;
  border-radius: 20px;
  border: none;
  background-color: #dcdcdc;
  color: black;
}

.btn-sub {
  padding: 10px;
  border: none;
  border-radius: 20px;
  background-color: red;
  position: absolute;
  margin-top: 6px;
  margin-left: -110px;
  color: white;
  width: 100px;
}

.foot {
  display: flex;
  justify-content: space-between;
  padding: 25px;
  background-color: black;
  color: white;
}

@media screen and (max-width: 600px) {
  .footer {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 600px) and (max-width: 992px) {
  .footer {
    display: flex;
    flex-wrap: wrap;
  }
}
