.videoSec_main .videoSec_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.videoSec_main .videoSec_Leftcol, .videoSec_Rightcol, .videoSec_main .top_content {
  width: 50%;
}


.videoSec_main p.tag_name {
  color: #FFF;
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 40px;
  background: #E35AED;
}
.videoSec_main .sec_title {
    padding-bottom: 20px;
}
.videoSec_main .top_content {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 40px 0px;
  border-right: 1px solid rgba(0, 0, 0, .16);
}
.videoSec_Leftcol {
    padding:40px 40px;
  border-right: 1px solid rgba(0, 0, 0, .16);
}
.videoSec_main .title {
  width: calc(100% - 60px);
  padding-left: 8px;
}

.videoSec_main .tag {
  width: 60px;
}
.videoSec_main .title h4 {
    text-transform: capitalize;
}
.videoSec_main .videoSec_Rightcol {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 20px 20px;
}

.videoSec_main .des .des_inner {
  height: 360px;
  overflow-y: scroll;
  position: relative;
   z-index: 1;
}

.videoSec_main .video_ {
  padding: 0px 0 30px;
}

.videoSec_main p.btn_title {
  margin: 0;
  padding: 40px 0px 8px;
}
{#
.videoSec_main .blur-overlay {
  position: absolute;
  bottom: 0;
  height: 100px; /* Adjust to control how much of the text will be blurred */
  width: 100%;
/*   background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); */
  z-index: 9;
#}

.videoSec_main .des {
  position: relative;
}
/* Webkit Browsers (Chrome, Safari, Edge) */
.videoSec_main .des .des_inner::-webkit-scrollbar {
  width: 6px;
}

 .videoSec_main .des .des_inner::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.10); /* Light gray background similar to the image */
  border-radius: 10px;
}
 .videoSec_main .des .des_inner::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.40); /* Darker gray for the thumb */
  border-radius: 10px;
}

.videoSec_main .des .des_inner::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.40); /* Slightly darker on hover */
}
.videoSec_main a.button_primary {
    text-align: center;
    max-width: 340px;
    width: 100%;
}




@media(max-width:480px){
.videoSec_main .title ,
.videoSec_main .tag {
  width: 100%;
  padding:0;
}
}