.bg-2 {
  height: 842px;
  width: 100%;

  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row-reverse;
}

.content-image-1 {
  width: 407px;
  height: 582px;
  background: url("../images/content-image-1.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.content-block-bg-2 {
  width: 407px;
  height: 233px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content-block-bg-2 h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;

  color: #373737;
}

.content-block-bg-2 p {
  font-size: 14px;
  line-height: 143%;

  color: #4E4E4E;
}

.content-block-bg-2 span {
  font-weight: 500;
}

@media (max-width: 899px) {
  .bg-2 {
    height: 600px;
  }

  .content-image-1 {
    width: 250px;
    height: 430px;
  }

  .content-block-bg-2 h2 {
    font-size: 15px;
    line-height: 18px;
  }

  .content-block-bg-2 {
    width: 260px;
  }
}

@media (max-width: 599px) {
  .bg-2 {
    height: 800px;
    flex-direction: column-reverse;
  }

  .content-image-1 {
    width: 380px;
    height: 545px;
  }

  .content-block-bg-2 {
    height: 180px;
  }
}