#lens-description {
  width: 100%;
}
.blpf-boarder-blpf {
  border: solid #f7f7f7 2px;
  margin-top: 50px;
}
.blpf-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.blpf-title h3 {
  max-width: 100%;
}
.blpf-desc {
  max-width: 100%;
}
.blpf-desc p {
  font-size: 16px;
}
.blpf-lens-container {
  display: flex;
  flex-wrap: wrap;
}
.blpf-lens-group {
  max-width: 50%;
  padding: 10px;
  text-align: center;
}
.blpf-lens-img {
  height: auto;
  width: 100%;
}
.blpf-lens-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.blpf-lens-text p {
  width: 100%;
}

@media (min-width: 768px) {
  .blpf-wrapper {
    flex-direction: row;
  }
  .blpf-title {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .blpf-title h3 {}
  .blpf-lens-container {
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    width: 75%;
    min-width: 500px;
    padding-top: 25px;
    margin-left: 25px;
  }
  .blpf-lens-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25%;
    padding: 5px;
  }
}

@media (min-width: 1024px) {
  #lens-description {
    max-width: 1200px;
  }
  .blpf-title {
    width: 30%;
  }
  .blpf-lens-container {
    width: 70%;
  }
  .blpf-lens-img {
    height: 100%;
    width: 100%;
  }
  .blpf-lens-group {
    padding: 15px;
  }
}
