body.widget-snippet .blog-banner-content .video-content:before,
.fee .blog-banner-content .video-content:before{
  display:none;
}
body.widget-snippet .blog-banner-content .video-content video {
  height: 600px;
}
body.widget-snippet .blog-banner-content .text-content {
  max-width: 625px;
  position: relative;
  left: unset;
  top: unset;
  margin: -540px auto 90px;
}
body.widget-snippet .blog-banner-content .text-content h1,
body.widget-snippet .blog-banner-content .text-content p {
  color: #fff;
}


.blog-banner-content .video-content {
  position: relative;
}
.blog-banner-content .video-content:before{
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 46.86%, rgba(0, 0, 0, 0.65) 63.94%);
  position: absolute;
  content: '';
  width: 100%;
  height: 98.5%;
  left: 0;
  top:0;
}
.blog-banner-content .video-content video {
  width: 100%;
  object-fit: cover;
  height: 400px;
  object-position: center -1140px;
}
.blog-banner-content .text-content {
  max-width: 600px;
  position: relative;
  padding: 130px 0;
  margin: -450px auto 90px;
  text-align: center;
}
.blog-banner-content .text-content h1{
  margin: 0 0 22px;
  padding: 0;
  color: #fff;
  display: inline-block;
  font-family: Sora;
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
}
.blog-banner-content .text-content h1 span{
  display: block;
}
.blog-banner-content .text-content p{
  margin: 0 0 20px;
  padding: 0;
  color: #fff;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Sora';
}
.blog-banner-content .text-content p:last-of-type{
  margin: 0;
}
.blog-banner-content .text-content a{
  max-width: 325px;
  margin: 0;
  display: block;
  padding: 9px 10px;
  color: #fff;
  border: 0;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  font-family: 'Sora';
  transition: all 300ms ease-out 0s;
  text-decoration: none;
  background: #2D9FAB;
  width: 100%;
  border-radius: 70px;
}
.blog-banner-content .text-content a:first-of-type{
  margin: 90px 0 20px;
  line-height: 22px;
}
.blog-banner-content .text-content a:last-of-type{
  max-width: 230px;
  border: 1px solid #fff;
  background: transparent;
}
.blog-banner-content .text-content a:hover{
background: #fff;
color:#2D9FAB;
}
