.info-block .wrap {
  position: relative;
  padding: 3rem 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
  z-index: 1;
}
.info-block .wrap:before {
  content: "";
  width: 100px;
  height: 100px;
  right: 0;
  top: 70px;
  position: absolute;
  background: url("../../assets/svg/jfaka4.svg") no-repeat center/contain;
  z-index: -2;
  transition: all 0.5s;
}
.info-block .wrap:hover:before {
  right: 125px;
  top: -50px;
  transition: all 0.5s;
}
.info-block .wrap .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.info-block .wrap .subtitle {
  font-size: 16px;
}
.info-block .wrap .standard {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 20% 70%;
  justify-content: space-between;
}
.info-block .wrap .standard .bg_img {
  background-color: #E8F6FF;
  max-width: 155px;
  height: 126px;
  border-radius: 2.18rem;
  display: flex;
}
.info-block .wrap .standard .bg_img .img {
  max-width: 100px;
  width: 100px;
  height: 47px;
  margin: auto;
}
.info-block .wrap .standard_text .text_bold {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 1rem;
}
.info-block .wrap .standard_text .text {
  font-size: 16px;
}
.info-block .video_block {
  mask: url("../../assets/mask/bg11.svg") no-repeat center/contain;
  position: relative;
}
.info-block .video_block .img {
  width: 100%;
  height: 360px;
  position: relative;
  justify-content: flex-start;
  flex-direction: column;
  padding: 1.5rem 1.5rem;
  display: flex;
}
.info-block .video_block .img:hover .video {
  box-shadow: 0 0 0 12px rgba(121, 80, 203, 0.4);
  transition: all 0.2s;
}
.info-block .video_block .video {
  left: unset;
  position: unset;
  right: 0;
  top: 0;
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}
.info-block .video_block 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;
}
.info-block .svg-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.info-block .svg-background svg {
  object-fit: cover;
}
@media (max-width: 1440px) {
  .info-block .video_block .img {
    padding: 1.5rem 5.5rem;
  }
  .info-block .video_block .video {
    margin-left: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .info-block .wrap .standard {
    margin-top: 1rem;
  }
  .info-block .video_block .img {
    padding: 1.5rem 1.5rem;
  }
  .info-block .video_block .video {
    margin-left: 1rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 992px) {
  .info-block .wrap {
    padding: 2rem;
    margin-top: 3rem;
    z-index: 1;
  }
  .info-block .wrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2.18rem;
    background: #2773BD;
    z-index: -1;
  }
  .info-block .svg-background {
    display: none;
  }
  .info-block .video_block {
    mask: unset;
  }
  .info-block .video_block .img {
    width: 100%;
    border-radius: 2.18rem;
  }
  .info-block .video_block .video {
    margin-top: 0.75rem;
    margin-left: 0.75rem;
  }
  .info-block .video_block span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .info-block .wrap {
    padding: 1.5rem;
  }
  .info-block .wrap .title {
    font-size: 22px;
  }
  .info-block .wrap .subtitle {
    font-size: 14px;
  }
  .info-block .wrap .standard {
    margin-top: 1.5rem;
    grid-template-columns: 27% 70%;
  }
  .info-block .wrap .standard .bg_img {
    max-width: 125px;
    height: 100px;
  }
  .info-block .wrap .standard .bg_img .img {
    max-width: 85px;
    width: 85px;
    height: 40px;
  }
  .info-block .wrap .standard_text .text_bold {
    font-size: 18px;
  }
  .info-block .wrap .standard_text .text {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .info-block .wrap {
    padding: 1.25rem;
    margin-top: 3rem;
  }
  .info-block .wrap:before {
    width: 70px;
    height: 85px;
    right: 10px;
    top: -20px;
  }
  .info-block .wrap:hover:before {
    right: 10px;
    top: -20px;
  }
  .info-block .wrap .title {
    font-size: 20px;
  }
  .info-block .wrap .standard .bg_img {
    height: 90px;
  }
  .info-block .wrap .standard .bg_img .img {
    overflow: unset;
    width: 50px;
    height: 24px;
  }
  .info-block .wrap .standard_text .text_bold {
    font-size: 16px;
  }
  .info-block .wrap .text {
    font-size: 14px;
  }
  .info-block .wrap:after {
    content: unset;
  }
  .info-block .video_block .img {
    mask: url(../../assets/mask/bg-mobile7.svg) no-repeat center/contain;
    height: 225px;
  }
  .info-block .video_block .img span {
    font-size: 12px;
  }
  .info-block .video_block .video {
    padding: 1rem;
    margin-bottom: 0.75rem;
    margin-left: 0.5rem;
  }
  .info-block .svg-background {
    display: block;
  }
}
@media (max-width: 360px) {
  .info-block .wrap {
    z-index: 1;
    padding: 2.25rem 1rem;
  }
  .info-block .wrap .title {
    margin-bottom: 0.5rem;
  }
  .info-block .wrap .subtitle {
    font-size: 13px;
  }
  .info-block .wrap:after {
    content: none;
  }
  .info-block .wrap .standard {
    margin-top: 1rem;
  }
  .info-block .wrap .standard .bg_img {
    height: 65px;
    border-radius: 1.5rem;
  }
  .info-block .wrap .standard .text_bold {
    font-size: 15px;
  }
  .info-block .wrap .text {
    font-size: 13px;
  }
  .info-block .video_block {
    position: relative;
  }
  .info-block .video_block .img {
    mask: url(../../assets/mask/bg-mobile7.svg) no-repeat center/contain;
  }
  .info-block .video_block .video {
    top: unset;
    bottom: 0;
  }
}

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