.twoCol_text_wrapper {
  position: relative;
}

.twoCol_text_wrapper .twoCol_text_bgImg {
  position: absolute;
  right: 0;
  top: 0;
}

.twoCol_text_title h2, .twoCol_text_title h5 {
  margin: 0 auto;
  text-align: center;
  color: inherit;
}

.twoCol_text_title h2 {
  margin-bottom: 30px;
}

.twoCol_text_columnInner {
  padding-top: 88px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.twoCol_text_left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 84px 62px 99px 85px;
}

.twoCol_text_right {
  padding: 78px 63px 62px 81px;
}


.twoCol_text_leftInner {
  max-width: 473px;
}

.twoCol_text_left_text h3 {
  margin: 0;
  font-size: 36px;
  line-height: 1.14;
  color: inherit;
  font-weight: 500;
  margin-bottom: 29px;
  font-family: 'noka',sans-serif;
}

.twoCol_text_left_icon {
  margin-bottom: 27px;
}

.twoCol_text_left_person {
  display: flex;
  gap: 17px;
  align-items: center;
}

.twoCol_text_left_personText p {
  margin: 0;
  font-size: 20px;
  line-height: 1.14;
  color: inherit;
  font-weight: 500;
}

.twoCol_text_right_text h4 {
  margin: 0;
  font-weight: 700;
  line-height: 1.11;
  margin-bottom: 14px;
}

.twoCol_text_right_text p {
  margin: 0;
}

.twoCol_text_right_text {
  max-width: 555px;
}

.twoCol_text_right_text:not(:last-of-type) {
  margin-bottom: 59px;
}


@media(max-width: 767px) {
  .twoCol_text_columnInner {
    grid-template-columns: 1fr;
    padding-top: 43px;
    grid-gap: 59px;
  }

  .twoCol_text_left {
    justify-content: center;
    padding: 46px;
  }

  .twoCol_text_left_text h3 {
    font-size: 20px;
    line-height: 1.27;
  }

  .twoCol_text_left_personText p {
    font-size: 14px;
  }

  .twoCol_text_left_personImg img {
    max-width: 31px !important;
  }

  .twoCol_text_left_icon img {
    max-width: 19px !important;
  }

  .twoCol_text_left_icon {
    margin-bottom: 15px;
  }

  .twoCol_text_title h2 {
    margin-bottom: 19px;
  }

  .twoCol_text_title h5 {
    padding: 0 35px;
    line-height: 1.43;
  }

  .twoCol_text_right_text h4 {
    font-size: 16px;
  }

  .twoCol_text_right_text:not(:last-of-type) {
    margin-bottom: 46px;
  }

  .twoCol_text_leftInner {
    text-align: center;
  }

  .twoCol_text_left_person {
    flex-direction: column;
  }

  .twoCol_text_right_text {
    text-align: center;
  }

  .twoCol_text_right {
    padding: 40px;
  }

}


/* Pattern Animation Code */


.tb{
  animation: tb 6s infinite;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  transform-origin: center;
}
.rl{
  animation: rl 6s infinite;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  transform-origin: center;
}
.brotate{
  animation: brotate 6s infinite;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  transform-origin: center;
}
.bt{
  animation: bt 6s infinite;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
.lr{

  animation: lr 6s infinite;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  transform-origin: center;
}
.lr2{
  animation: lr2 6s infinite;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  transform-origin: center;
}
.btd{
  animation: btd 6s infinite;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  transform-origin: center;
}
.lbt{
  animation: lbt 6s infinite;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
/* vertical svg animation */

@keyframes lbt {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(132px);
  }

  30% {
    transform: translateY(132px);
  }

  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes bt {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-135px);
  }

  30% {
    transform: translateY(-135px);
  }

  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes brotate {
  0% {
    transform: rotate(0) translate(0 , 0);
  }

  20% {
    transform: rotate(-90deg) translate(-194px, 61px);
  }

  30% {
    transform: rotate(-90deg) translate(-194px, 61px);
  }

  60% {
    transform: rotate(0) translate(0 , 0);
  }
  80% {
    transform: rotate(0) translate(0 , 0);
  }

  100% {
    transform: rotate(0) translate(0 , 0);
  }
}

@keyframes lr2 {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(133.2px);
  }

  30% {
    transform: translateX(133.2px);
  }

  60% {
    transform: translateX(0);
  }
  80% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes rl {
  0% {
    transform: translateX(0);
  }


  20% {
    transform: translateX(-267px);
  }

  30% {
    transform: translateX(-267px);
  }


  60% {
    transform: translateX(0);
  }

  80% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }


}
@keyframes lr {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-133.5px);
  }

  30% {
    transform: translateX(-133.5px);
  }

  60% {
    transform: translateX(266px);
  }

  70% {
    transform: translateX(266px);
  }

  100% {
    transform: translateX(0);
  }
}
@keyframes tb {
  0% {
    transform: translate(0, 0);
  }

  20% {
    transform:translate(-132px, 132px);
  }

  30% {
    transform: translate(-132px, 132px);
  }

  60% {
    transform: translate(0, 0);
  }


  80% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes btd {
  0% {
    transform: translate(0, 0);
  }


  20% {
    transform: translate(134px, -132px);
  }

  30% {
    transform:translate(134px, -132px);
  }

  60% {
    transform: translate(0, 0);
  }


  80% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}


.bottom-pattern-wrapper-2 {
  position: relative;
  padding-top: clamp(48px,8vw + 2rem,78px);
}

.bottom-pattern-wrapper-2 svg{
  margin-left: -31px;
  vertical-align: middle;
}

.bottom-pattern-wrapper-2:after {
  content: '';
  position: absolute;
  width: 100%;
  min-height: 130px;
  background: #000;
  left: 0;
  top: auto;
  bottom: 0;
  z-index: -1;
}

.bt_2{
  animation: bt_2 6s infinite;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}


@keyframes bt_2 {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-129px);
  }

  30% {
    transform: translateY(-129px);
  }

  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

.lr_1{
  animation: lr_1 6s infinite;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  transform-origin: center;
}

@keyframes lr_1 {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-129.5px);
  }

  30% {
    transform: translateX(-129.5px);
  }

  60% {
    transform: translateX(261px);
  }

  70% {
    transform: translateX(261px);
  }

  100% {
    transform: translateX(0);
  }
}


.lr2_2{
  animation: lr2_2 6s infinite;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  transform-origin: center;
}

@keyframes lr2_2 {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(130px);
  }

  30% {
    transform: translateX(130px);
  }

  60% {
    transform: translateX(0);
  }
  80% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }
}

.btd_2{
  animation: btd_2 6s infinite;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  transform-origin: center;
}


@keyframes btd_2 {
  0% {
    transform: translate(0, 0);
  }


  20% {
    transform: translate(131px, -129px);
  }

  30% {
    transform: translate(131px, -129px);
  }

  60% {
    transform: translate(0, 0);
  }


  80% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}


.tb_2{
  animation: tb_2 6s infinite;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  transform-origin: center;
}

@keyframes tb_2 {
  0% {
    transform: translate(0, 0);
  }

  20% {
    transform: translate(-130px, 130px);
  }

  30% {
    transform: translate(-130px, 130px);
  }

  60% {
    transform: translate(0, 0);
  }


  80% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}


.brotate_2{
  animation: brotate_2 6s infinite;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  transform-origin: center;
}

@keyframes brotate_2 {
  0% {
    transform: rotate(0) translate(0 , 0);
  }

  20% {
    transform: rotate(-90deg) translate(-109px, -18px);
  }

  30% {
    transform: rotate(-90deg) translate(-109px, -18px);
  }

  60% {
    transform: rotate(0) translate(0 , 0);
  }
  80% {
    transform: rotate(0) translate(0 , 0);
  }

  100% {
    transform: rotate(0) translate(0 , 0);
  }
}

.rl_2{
  animation: rl_2 6s infinite;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  transform-origin: center;
}

@keyframes rl_2 {
  0% {
    transform: translateX(0);
  }


  20% {
    transform: translateX(-260px);
  }

  30% {
    transform: translateX(-260px);
  }


  60% {
    transform: translateX(0);
  }

  80% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }


}

.twoCol_text_bottom {
  padding-top: 52px;
}

.twoCol_text_bottom svg {
  width: 100%;
}

.twoCol_text_bottom {
  display: flex;
  overflow: hidden;
}


@media(max-width: 991px) {
  .twoCol_text_wrapper .twoCol_text_bgImg {
    max-width: 160px !important;
  }
}

@media(max-width: 767px) {
  .twoCol_text_wrapper .twoCol_text_bgImg {
    max-width: 120px !important;
  }
}

