.pain-section{
  width: 100%;
  min-height: 40vh;
  background-color: white;
  padding: 50px 10px;
  display: flex;
  justify-content: center;
  align-items: start;
  margin: 50px 0;
}

.video-section{
  width: 800px;
  height: 370px;
  position: relative;
  margin: 0 20px;

}
.video-section video{
  position: absolute;
  top: 0;
  right: 0;
  width: 50%; /* or any desired width */
  height: 100%;
  object-fit: cover;
}

.pain-section h2{
  color:#f78d2c;
  font-size: 28px;
}

.painpoint-container{
  max-width: 600px;
  display: flex;
  flex-direction: column;
}


.painpoint{
  width: 450px;
  display: flex;
  border-radius: 5px;
  padding: 8px;
  margin: 3px;
}

.painpoint-image-container{
 display: flex;
 align-items: flex-start;
 height: 75px;
 width: 125px;
 margin: 20px 0;
 padding: 10px 0; 
}



/*
.painpoint-image{
  border-bottom: 8px solid; /* Set border thickness 
  border-image: linear-gradient(to right, #ff7e5f, #feb47b);
  border-image-slice: 1;
  margin-right: 10px;
}
*/ 

@media (max-width: 1200px){
  .pain-section{
  display: block;
  }
  
  .video-section{
  height: 450px;
  margin: 0 20px;

}
}
