.start_practice_section {
  position: relative;
  padding-block: var(--wp--preset--spacing--140); }
  @media screen and (max-width: 992px) {
    .start_practice_section {
      padding-block: var(--wp--preset--spacing--140); } }
  .start_practice_section .overlay {
    background: rgba(0, 0, 0, 0.5); }

.get_video_wrap {
  margin-top: 60px;
  display: grid;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: var(--wp--preset--color--grey-glass);
  padding: 20px;
  grid-template-columns: 180px 243px 267px;
  align-items: center;
  gap: 30px;
  max-width: 791px;
  margin-inline: auto; }
  @media screen and (max-width: 992px) {
    .get_video_wrap {
      grid-template-columns: 1fr;
      gap: 24px;
      justify-content: center;
      text-align: center;
      margin-top: 35px; } }
  .get_video_wrap h6 {
    text-align: left; }
    @media screen and (max-width: 992px) {
      .get_video_wrap h6 {
        text-align: center; } }
  .get_video_wrap .btn {
    margin-inline: auto; }

.video {
  position: relative;
  border-radius: 10px;
  overflow: hidden; }
  .video .play_icon {
    max-width: 46px;
    width: 100%; }
    .video .play_icon figure {
      width: 46px; }
