.text-grid-block .items {
  margin-bottom: 2.9rem;
  margin-top: 2rem;
}
.text-grid-block .items .col {
  position: relative;
  z-index: 1;
}
.text-grid-block .items .col:nth-child(2n):before {
  content: "";
  position: absolute;
  right: 100px;
  top: 0;
  width: 111px;
  height: 101px;
  background: url("../../assets/svg/gfaka3.svg") no-repeat center/contain;
  z-index: -1;
  transition: all 0.7s;
}
.text-grid-block .items:hover .col:nth-child(2n):before {
  right: 100px;
  top: -70px;
  transition: all 0.7s;
}
.text-grid-block .wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.text-grid-block .wrap .img {
  width: 100%;
  min-height: 360px;
  border-radius: 2.18rem;
}
.text-grid-block .wrap .wrap_text {
  background-color: #FFFFFF;
  padding: 4.5rem 2rem 2rem 2rem;
  border-radius: 2.18rem;
  margin-top: -3rem;
  position: relative;
  z-index: -1;
  height: 100%;
}
.text-grid-block .wrap .wrap_text .title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 1rem;
}
.text-grid-block .wrap .wrap_text .text {
  font-size: 16px;
}
.text-grid-block .img_video {
  height: 480px;
  position: relative;
  border-radius: 2.18rem;
  justify-content: flex-start;
  flex-direction: column;
  padding: 1.5rem 1rem;
  display: flex;
}
.text-grid-block .img_video:hover .video {
  box-shadow: 0 0 0 12px rgba(121, 80, 203, 0.4);
}
.text-grid-block .img_video .video {
  left: unset;
  position: unset;
  right: 0;
  top: 0;
  margin-left: 2rem;
  margin-bottom: 1rem;
}
.text-grid-block .img_video span {
  width: fit-content;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 5px;
}
@media (max-width: 992px) {
  .text-grid-block .items {
    margin-bottom: 2rem;
  }
  .text-grid-block .wrap .img {
    min-height: 300px;
  }
  .text-grid-block .wrap .wrap_text {
    padding: 4rem 1rem 1rem 1rem;
  }
  .text-grid-block .wrap .wrap_text .title {
    font-size: 20px;
  }
  .text-grid-block .wrap .wrap_text .text {
    font-size: 14px;
  }
  .text-grid-block .img_video {
    height: 350px;
  }
  .text-grid-block .img_video .video {
    margin-left: 0.75rem;
    width: fit-content;
  }
  .text-grid-block .img_video span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .text-grid-block .items {
    margin-top: 0;
  }
  .text-grid-block .items .col:nth-child(2n):before {
    content: none;
  }
  .text-grid-block .wrap .wrap_text {
    padding: 4rem 2rem 2rem 2rem;
  }
}
@media (max-width: 576px) {
  .text-grid-block .wrap .img {
    min-height: 250px;
  }
  .text-grid-block .wrap .wrap_text {
    padding: 4rem 1rem 2rem 1rem;
  }
  .text-grid-block .wrap .wrap_text .title {
    color: #333333;
  }
  .text-grid-block .img_video {
    height: 300px;
    padding: 1rem;
  }
  .text-grid-block .img_video .video {
    margin-left: 0.5rem;
    padding: 1rem;
  }
  .text-grid-block .img_video .icon_play {
    width: 0.8rem;
    height: 0.8rem;
    min-width: 0.8rem;
  }
  .text-grid-block .img_video span {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .text-grid-block .wrap .wrap_text {
    padding: 4rem 1.25rem 1.25rem 1.25rem;
  }
}

/*# sourceMappingURL=style.css.map */
