.sec-video::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 39.2rem;
  width: 41.4rem;
  height: 14.4rem;
  background-image: url(../images/shape-left.png);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.sec-video .subtitle-2 p {
  margin-bottom: 3.2rem;
}
.video-block {
  position: relative;
}
.video-img img {
  width: 100%;
  height: auto;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; 
}
.btn-video-play img {
  width: 10.4rem;
  height: 10.4rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-video-play:hover img {
  transform: scale(1.1);
}
@media(min-width:1460px) and (max-width:1499.98px) {
  .sec-video::before {
    width: 34.5rem;
    height: 12rem;
    bottom: 41.2rem;
  }
  .btn-video-play img {
    width: 9.6rem;
    height: 9.6rem;
  }
}
@media(min-width:1360px) and (max-width:1459.98px) {
  .sec-video::before {
    width: 34.5rem;
    height: 12rem;
    bottom: 36.2rem;
  }
  .sec-video .subtitle-2 p {
    margin-bottom: 2.4rem;
  }
  .btn-video-play img {
    width: 8.8rem;
    height: 8.8rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px) {
  .sec-video::before {
    width: 31.5rem;
    height: 10.9rem;
    bottom: 34.2rem;
  }
  .sec-video .subtitle-2 p {
    margin-bottom: 2.4rem;
  }
  .btn-video-play img {
    width: 8.8rem;
    height: 8.8rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px) {
  .sec-video::before {
    width: 26.5rem;
    height: 9.2rem;
    bottom: 29.2rem;
  }
  .sec-video .subtitle-2 p {
    margin-bottom: 2rem;
  }
  .sec-video .subtitle-2 p br {
    display: none;
  }
  .btn-video-play img {
    width: 8rem;
    height: 8rem;
  }
}
@media(min-width:768px) and (max-width:991.98px) {
  .sec-video::before {
    width: 22.5rem;
    height: 7.8rem;
    bottom: 21.2rem;
  }
  .sec-video br {
    display: none;
  }
  .sec-video .subtitle-2 p {
    margin-bottom: 1.6rem;
  }
  .btn-video-play img {
    width: 6.4rem;
    height: 6.4rem;
  }
}
@media(max-width:767.98px) {
  .sec-video::before {
    content: none;
  }
  .sec-video br {
    display: none;
  }
  .sec-video .subtitle-2 p {
    margin-bottom: 1.2rem;
  }
  .btn-video-play img {
    width: 6.4rem;
    height: 6.4rem;
  }
}