.bokai_pic_text_contact_main {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.bokai_pic_text_contact_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bokai_pic_text_contact_bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.50);
  z-index: 1;
}

.bokai_pic_text_contact_bg_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bokai_pic_text_contact_content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10rem;
  justify-content: space-between;
  padding: var(--section-padding) 0;
}

.bokai_pic_text_contact_left {
  flex: 1;
}

.bokai_pic_text_contact_title {
  font-family: var(--title-font-family);
  font-size: var(--font-size-h1);
  font-weight: 700;
  color: #fff;
  margin: 0 0 1rem 0;
  line-height: 1.12;
}

.bokai_pic_text_contact_subtitle {
  font-family: var(--font-family);
  font-size: var(--font-size-h4);
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: 1.25;
}

.bokai_pic_text_contact_right {
  flex-shrink: 0;
}

.bokai_pic_text_contact_btn.bokai-btn {
  min-width: 17.5rem;
  padding: 1.25rem 2.5rem;
}

@media screen and (max-width: 1024px) {
  .bokai_pic_text_contact_content {
    gap: 2rem;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .bokai_pic_text_contact_btn.bokai-btn {
    max-width: max-content;
    min-width: 0px;
    line-height: 1.17;
    padding: 15px 40px !important;
  }
}
