.section-video {
  background-color: #F5F4F1;
  padding-top: 60px;
  padding-bottom: 80px;
}
.section--video p.subheading--small{
  text-transform:uppercase;
}
.section-video__video-container {
  height: 430px;
  width: 830px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat !important;
  background-blend-mode: multiply;
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  max-width: 830px;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 560px){
  .section-video__video-container {
    height: 300px;
  }
}
.section-video__heading {
  font-size: 38px;
  font-family: "IBM Plex Sans", system-ui;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 50px;
  line-height: 1.22;
}
.section-video__video-container a {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Styling for the outer circle */
.play-button .circle {
  width: 85px;
  height: 85px;
  border-radius: 50%; /* Makes it a circle */
  background-color: white; /* White background */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Styling for the triangle */
.play-button .triangle {
  width: 0;
  height: 0;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #96712a;
  border-top: 14px solid transparent;
  position: relative;
  left: 3px;
  transition: all 0.28s ease;
}

/* Add hover effect if needed */
.play-button:hover .triangle {
  transform: scale(1.2); /* Example hover effect for scaling */
  transition: all 0.3s ease;
  border-left-color: #955878;
  left: 4px;
}

.section--video h2{
  color:#FFF;
}

.js-videoBtn.play-video{
  color:;
}

.js-videoBtn.btn--play{

}
.btn--play:after{
    
}
.btn--play:hover {

}
.btn--play:hover:after {
}
.video-description{
  max-width:770px;
  margin:40px auto 0;
}
.video-description h3{
  color:#828587;
  font-size:18px;
  text-transform:uppercase;
  letter-spacing:2px;
}
.video-description{
  font-size:18px;
  line-height:30px;
