.speakers-section{
position:relative;
overflow: hidden;
}
.speakers-section .speakers-section-inner{
  position:relative;
}

{#
.speakers-section .speakers-section-inner:after {
    background-image: url(https://learn.broadcom.com/hubfs/SPM%20Summit%202026%20Assest/01.png);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 500px;
    position: absolute;
    top: 20%;
    left: -42%;
    width: 100%;
    z-index: -1;
}
#}
.speakers-section .speakers-section-inner:after {
    background-image: url(https://enterprise-software.broadcom.com/hubfs/SPM%20Summit%202026%20Assets/383F7895-4B04-4CD7-9558-07A4F729992F.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 50%;
    left: -14%;
    position: absolute;
    top: 2%;
    width: 67%;
    z-index: -1;
}

/* .speakers-section .speakers-section-inner:before {
    background: radial-gradient(50% 50% at 50% 50%,#cc2031 0,rgba(241,183,27,0) 83.17%);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 50%;
    content: "";
    height: 450px;
    left: 10%;
    mix-blend-mode: color;
    position: absolute;
    top: 20%;
    width: 969px;
    z-index: 999;
} */


.speakers-section .spekars-left-side {
  width: 30%;
  padding-right:15px;
  position:relative
}

/* .speakers-section:after {
    background: linear-gradient(180deg,#000,rgba(0,0,0,.1));
    content: "";
    height: 295.1px;
    left: 0;
    position: absolute;
    top: 16%;
    transform: rotate(324deg);
    width: 292px;
} */

.speakers-section .speakers-right-side {
  width: 70%;
  padding-left:15px;

}
.speakers-section .spekers-card-wrapper-inner.d-flex.flex-wrap {
    margin: 0 -15px;
/*     justify-content: right; */
}
.speakers-section .spekars-left-side-warpper {
  max-width: 288px;
}

.speakers-section .speaker-card {
  margin: 0 15px 25px;
  width: calc(33.33% - 30px);
  text-align:center;
}
.speakers-section .speaker-card .speaker-image{
  margin-bottom:36px;
}
.speakers-section .speaker-card .speaker-image img{ 
  border-radius:50%;
/*   box-shadow: 0px 7px 8.4px 0px #CC203180; */

}
.speakers-section .speaker-card-inner {
  border: 1px solid #FEFEFE7D;
/*   border-radius: 10px; */
  border-radius: 20px;
  padding:30px;
}

@media only screen and (max-width:1300px){
  .speakers-section .speaker-card {
    width: calc(50% - 30px);
  }
  
  .speakers-section .spekers-card-wrapper-inner.d-flex.flex-wrap {
    margin: 0 ;
    justify-content:left;
}
}

@media only screen and (max-width:1199px){
  .speakers-section .speakers-section-inner:after {
    top: 3%;
}
}

@media only screen and (max-width:991px){
  .speakers-section:after{
display:none;
}
  
  .speakers-section .speakers-section-inner:after{
display:none;
}
  .speakers-section .speakers-section-inner:before{
display:none;
}
  .speakers-section .spekars-left-side {
    padding-right: 0;
    width: 100%;
  }

  .speakers-section .speakers-right-side {
    padding-left: 0;
    width: 100%;
  }
}

@media only screen and (max-width:767px){
  .speakers-section .speaker-card {
    width: 100%;
      margin:0 0 25px;
  }
}