.body {
  background-image: url('../images/Walking-Bird-Repair-Tags---LR1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block {
  background-color: #0f181f;
  padding: 10px 20px;
  display: flex;
}

.div-block-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  max-height: 50px;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  max-height: 50px;
}

.div-block-4 {
  height: 10px;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  display: flex;
}

.div-block-5 {
  background-color: #07f0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  display: flex;
}

.div-block-6 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  display: flex;
}

.image-3 {
  max-height: 200px;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  background-color: #ff0004;
  border: 1px solid #fff;
  border-radius: 6px;
  margin: 10px;
  padding: 10px;
}

.text-block {
  color: #fff;
  margin: 20px;
  font-size: 22px;
  font-weight: 700;
}

.div-block-8 {
  background-color: #000000a1;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-9 {
  background-color: red;
  border: 1px solid #fff;
  border-radius: 6px;
  margin: 10px;
  padding: 10px;
}

.text-block-2 {
  color: #fff;
  font-size: 16px;
}

.text-block-3 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.div-block-10 {
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}

.div-block-11 {
  width: 50%;
  margin-left: 5%;
  margin-right: 5%;
}

.div-block-12 {
  background-color: #000;
  border-radius: 14px;
  margin: 10px;
  padding: 20px;
}

.text-block-4 {
  color: #fff;
  font-size: 22px;
  line-height: 31px;
}

.text-block-5 {
  color: #fff;
  margin-top: 0;
  font-size: 14px;
}

.text-block-6 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.section-3 {
  height: 100px;
}

@media screen and (max-width: 991px) {
  .body {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-6 {
    height: auto;
  }
}


