.section-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.div-block-bottom {
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heading-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-size: 42px;
  line-height: 58px;
  font-weight: 500;
  text-align: center;
}

.img-bottom {
  width: 100%;
  padding-right: 10%;
  padding-left: 10%;
}

.paragraph-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  text-align: justify;
  text-transform: none;
}

.button-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.button-bottom.plain {
  border: 3px solid #000;
  background-color: transparent;
  color: #000;
}

.button-bottom.plain:hover {
  background-color: #000;
  color: #fff;
}

@media (max-width: 991px) {
  .section-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-bottom.left {
    width: 100%;
  }
  .div-block-bottom.right {
    width: 100%;
  }
  .heading-1 {
    margin-top: 40px;
  }
  .img-bottom {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0%;
    padding-left: 0%;
  }
  .paragraph-bottom {
    width: 80%;
  }
  .button-bottom.bold {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .img-bottom {
    width: 90%;
  }
  .paragraph-bottom {
    width: 90%;
  }
  .button-bottom.bold {
    width: 80%;
  }
}

@media (max-width: 479px) {
  .img-bottom {
    width: 90%;
  }
  .paragraph-bottom {
    width: 90%;
  }
  .button-bottom {
    width: 90%;
  }
}