.content-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-section {
  width: 420px;
  margin-top: 41px;
  margin-bottom: 0px;
  padding: 23px 26px 18px;
  border: 2px solid #000;
  border-radius: 5px;
}

.item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  height: 140px;
  margin-top: 41px;
  padding: 22px 27px 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px solid #000;
  border-radius: 5px;
}

.top-item-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.right-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 103px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #ff4848;
  text-decoration: none;
}

.text-block {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.body {
  overflow: scroll;
  font-family: Roboto, sans-serif;
}

.text-block-2 {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
}

.text-block-3 {
  padding-bottom: 3px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-4 {
  font-size: 17px;
  line-height: 22px;
}

.text-block-5 {
  font-size: 16px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-6 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}

.text-block-7 {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
}

.footer-item {
  width: 420px;
  height: 140px;
  margin-top: 41px;
  margin-bottom: 200px;
}

.footer-item.item-row {
  height: 100px;
  margin-bottom: 150px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.add-house-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #48a4ff;
  text-decoration: none;
}

.add-house-button.subscibe-button {
  width: 140px;
}

.add-house-text {
  width: auto;
  height: auto;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.add-house-text.subscirbe {
  text-decoration: none;
}

.subscibe-button.add-house-button {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .footer-item.item-row {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  .mid-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top-section {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .item-row {
    width: 90%;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-2 {
    margin-bottom: 10px;
  }

  .text-block-3 {
    margin-bottom: 3px;
  }

  .text-block-4 {
    margin-bottom: 10px;
  }

  .text-block-5 {
    margin-top: 20px;
  }

  .text-block-6 {
    font-size: 20px;
    font-weight: 500;
  }

  .footer-item.item-row {
    height: 100%;
    margin-bottom: 100px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .add-house-button {
    margin-bottom: 20px;
    text-decoration: none;
  }
}

