   .speaker-box {
      text-align: center;
      margin-bottom: 50px;
      position: relative;
    }
    .speaker-bg {
      background: #0b3bff;
      border-radius: 20px;
      height: 220px; /* Blue strip height */
      position: relative;
      overflow: visible;
    }
  .speaker-img {
    position: absolute;
    bottom: -69px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 80%;
    height: auto;
    border-radius: 12px;
    z-index: 2;
}
section#chiefguest {
    margin-top: 50px;
}
    .speaker-role {
      display: inline-block;
      background: #000;
      color: #fff;
      font-size: 15px;
      font-weight: 500;
      padding: 6px 18px;
      border-radius: 6px;
      margin-top: 60px; /* image ke baad space */
      position: relative;
      z-index: 3;
    }
  .speaker-name {
    font-weight: 700;
    color: #ffffff;
    margin-top: 10px;
    font-size: 18px;
}
    .speaker-designation {
      font-size: 14px;
      line-height: 1.6;
      color: #fff;
      margin-top: 6px;
    }
/* .hr-right::after {
    content: "";
    position: absolute;
    top: 20%;
    bottom: 20%;
    right: 0;
    width: 1px;
    background-color: #9d9d9d;
} */
section#partner h2 {
    font-family: 'Poppins';
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 15px;
    color: #404040;
}
/* .silverdfd {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #cdcdcd6e;
}
.strgtc {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #cdcdcd6e;
}
.borderrbt {
    border-bottom: 1px solid #cdcdcd6e;
} */
p.partnertitle {
    color: black;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 0px;
    margin-bottom: 5px;
    position: absolute;
    top: 10px;
}
.homepartners {
    position: relative;
    box-shadow: rgb(2 0 249) 0px 2px 4px;
    border-radius: 6px;
    min-height: 196px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.lefty{
  padding-left: 10px;
  margin-left: 10px;
  border-left: 2px solid #c2c2c2;
}
/* .homepartners img{
  margin: auto;
} */

@media only screen and (max-width:600px){
  p.partnertitle{
    position: relative;
  }
}

@media only screen and (max-width: 991px) {
/* .hr-right::after {
  display: none !important;
} */
    .homepartners {
        position: relative;
        border-bottom: 1px solid #80808054;
        padding-bottom: 27px;
        padding-top: 22px;
    }
    .lefty{
  padding-left: 0px;
  margin-left: 0px;
  border-left: 0px solid #c2c2c2;
}
}