.section-video-text3 .block_text {
  flex-direction: column
}

.section-video-text3 .block_text .block_content_text {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: flex
}

.section-video-text3 .block_text .block_content_text:not(:last-child) {
  margin-bottom: 60px
}

.section-video-text3 .block_text .content_small-image {
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: var(--color-primary);
  border-radius: 100%;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-right: 30px;
  min-height: 105px;
  min-width: 103px;
  transition: all .35s linear
}

html[dir="rtl"] .section-video-text3 .block_text .content_small-image {
  margin-left: 30px;
  margin-right: 0
}

@media (max-width:1199px) {
  .section-video-text3 .block_text .content_small-image {
    margin-right: 16px;
    min-height: 85px;
    min-width: 83px
  }

  html[dir="rtl"] .section-video-text3 .block_text .content_small-image {
    margin-left: 16px;
    margin-right: 0
  }
}

.section-video-text3 .block_text .content_small-image img {
  display: inline-block
}

.section-video-text3 .block_text .content_small-image:hover img {
  animation: policy 1.2s linear
}

.section-video-text3 .block_text .content_text .title {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px
}

.section-video-text3 .block_text .content_text .description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5
}

@media (max-width:991px) {

  .section-video-text3 .block_text .block_content_text,
  .section-video-text3 .block_text .block_content_text:not(:last-child) {
    margin-bottom: 30px
  }
}

.section-video-text3 .block-content-video {
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative
}

.section-video-text3 .block-content-video video {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0
}

html[dir="rtl"] .section-video-text3 .block-content-video video {
  left: auto;
  right: 0
}

.section-video-text3 .block-content-video .btn-video__play {
  align-items: center;
  animation: boxshadow 1.5s ease-in-out infinite;
  background-color: hsla(0, 0%, 100%, .8);
  border-radius: 50%;
  color: var(--color-primary);
  cursor: pointer;
  display: flex;
  height: 100px;
  justify-content: center;
  left: 50%;
  min-width: 100px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px
}

html[dir="rtl"] .section-video-text3 .block-content-video .btn-video__play {
  left: auto;
  right: 50%;
  transform: translate(50%, -50%)
}