@charset "utf-8";
/* CSS Document */
.bg-hold img.cover-img {
  position: absolute;
}
.bg-hold video.cover-img {
  position: static;
}
.bg-hold .cover-img:hover {
  opacity: .8;
}
.img-text-section .bg-hold {
  padding-top: 72%;
  position: relative;
}
.bg-hold .cover-img {
  left: 0;
  position: absolute;
  top: 0;
  object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
  object-position: center;
}
.img-text-section .text-block {
  margin: 0 auto;
  background-color: #f7f6f6;
}
.img-text-section .text-block h3 {
  margin-bottom: 10px;
}
.img-text-section .text-block a {
  color: inherit;
}
.img-text-section .text-block .btn {
  margin-top: 10px;
}
.img-text-section .text-block .wrap {
  padding: 20px;
}
.img-text-section .h2, .img-text-section h2 {
  font-size: 32px !important
}
.img-text-section.img_at_right .text-block {
  position: relative
}
.img-text-section.img_at_left .text-block {
  position: relative
}
@media screen and (min-width: 768px) {
  .img-text-section .text-block.with_pp-holder .wrap {
    position: relative;
    padding-left: 255px;
    padding-right: 40px;
  }
  .img-text-section.img_at_left .text-block.with_pp-holder .wrap {
    position: relative;
    padding-right: 255px;
    padding-left: 40px;
  }
  .img-text-section .text-block.with_pp-holder .wrap p {
    margin-bottom: 16px
  }
  .img-text-section .text-block.with_pp-holder .pp-holder {
    background: #fff;
    bottom: 0;
    padding: 40px 8px 20px;
    position: absolute;
    right: inherit;
    left: 0px;
    top: 0px;
    width: 215px;
    z-index: 1;
  }
  .img-text-section.img_at_left .text-block.with_pp-holder .pp-holder {
    background: #fff;
    bottom: 0;
    padding: 40px 8px 20px;
    position: absolute;
    right: 0px;
    left: inherit;
    top: 0px;
    width: 215px;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .img-text-section .bg-hold {
    padding: 0;
    width: calc(50% - 16px);
    position: relative;
  }
  .img-text-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
  .img-text-section .text-block {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    max-width: none;
    min-height: 440px;
    padding: 0 96px 0 31px;
    width: calc(50% + 16px)
  }
  .img-text-section .text-block .wrap {
    padding: 80px 0;
    /*width: calc(50vw - 255px);*/
    max-width: 620px;
  }
  .img-text-section .text-block.with_pp-holder {
    padding-right: 18px !important
  }
  .img-text-section .text-lg {
    font-size: 20px;
    line-height: 1.4
  }
  .img-text-section.img_at_right .text-block {
    justify-content: flex-end;
    order: -1;
    padding: 0 31px 0 96px
  }
  .img-text-section.img_at_right .text-block .wrap {
    max-width: 620px
  }
  .img-text-section .text-block.with_pp-holder .wrap {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
  }
  .img-text-section.img_at_left .text-block.with_pp-holder .wrap {
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
  }
  .img-text-section .text-block.with_pp-holder {
    padding-right: 34px !important
  }
  .img-text-section .text-block.with_pp-holder .pp-holder {
    width: 253px
  }
}