.lightbox_img_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.lightbox-link-2 {
  width: 100%;
}

.image-2 {
  width: 100%;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.section {
  display: block;
  height: 100%;
}

.body {
  height: 100%;
}

.image-3 {
  display: block;
  width: 30%;
  margin-bottom: 37px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block {
  width: 80%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.info {
  margin-top: 1px;
  margin-bottom: 22px;
  font-size: 18px;
}

.paragraph {
  margin-bottom: 4px;
  font-size: 13px;
}

@media (max-width: 991px) {
  .image-3 {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .image-3 {
    margin-bottom: 25px;
  }
}

@media (max-width: 479px) {
  .image-3 {
    width: 60%;
  }
  .paragraph {
    text-align: center;
  }
}