.workshop-host{
    display: block;
    text-align: center;
}
.workshop-host img{
    width: 250px;
    height: auto;
    padding: 10px;
    margin: 10px;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.workshop-basic-info{
    text-align: center;
}
.workshop-basic-info-topart h2{
    color: #fff;
    font-size: 1.7rem;
    font-weight: 600;
    margin: 0;
}
.workshop-basic-info-topart {
    background-color: #cd2b2e;
    width: 70%;
    border-radius: 10px;
    padding: 20px 100px;
    margin: 0px 112px;
    position: relative;
    z-index: 2;
}
.workshop-basic-info-bottompart {
    border-style: groove;
    border-width: 2px;
    border-color: #ffc700;
    box-shadow: 0px 0px 15px 2px #3533307a;
    margin-top: -40px;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 40px 0 20px;
    z-index: 1;
    position: relative;
}
.workshop-basic-info-bottompart1 h2{
    color: #1e67af;
    font-size: 1.7em;
    font-weight: 700;
    padding-top: 15px;
    line-height: 1.3em;
    margin: 0;
    padding-bottom: 5px;
}
.workshop-basic-info-bottompart2 h2{
    color: #b39450;
    font-size: 2.2rem;
    font-weight: 600;
    margin: 5px;
}
.speaker-section{
    padding: 20px;
}
.speaker-info p{
    color: #d7c49a;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 10px;
    padding: 10px 0 0;
}
.speaker-info h2{
    color: #fff;
    font-size: 2.6rem;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 10px 0 0;
}
.speaker-divider{
    text-align: left;
    padding-top: 9px;
    padding-bottom: 9px;
}
.speaker-divider-separator{
    border-top: 1px solid #D7C49A47;
    width: 75%;
    margin: 0 auto;
    margin-left: 0;
}
.speaker-divider-heading p{
    text-align: left;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.25em;
}
.speaker-sectiontwo{
    background-color: #54759d40;
    border-radius: 20px;
    padding: 10px;
}
.speaker-rating ul{
    display: flex;
    align-items: center;
    vertical-align: middle;
    padding: 10px;
}
.speaker-rating ul li{
    color: #facc15;
    padding: 2px;
    font-size: 20px;
}
.speaker-review {
    text-align: left;
}
.speaker-review p{
    color: #d7c49a;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0;
}


.speaker_section{
    z-index: 1;
    position: relative;
}
.speaker_page-padding {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.speaker_nav-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
}
.speaker_nav-brand {
    width: 215px;
}
.w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative;
}
.speaker_navbar {
    background-color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.speaker-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-left: 5.75rem;
    padding-right: 5.75rem;
    display: flex;
}
.speaker-heading-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}
.speaker-heading {
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
}
.speaker_special-color {
    color: #0b66c2;
}
.speaker-text-xlarge {
    font-size: 2rem;
    line-height: 1.1;
}
.speaker-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 460px 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}
.speaker_left {
    justify-content: center;
    align-items: center;
    height: 430px;
    display: flex;
    position: relative;
}
.speaker_dark-ellipse {
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 200px solid #02376f;
    position: absolute;
}

.speaker_light-ellipse{
    width: 0;
    height: 0;
    opacity: .3;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-top: 240px solid #047abfd6;
    position: absolute;
}

.speaker_extralight-ellipse{
    width: 0;
    height: 0;
    opacity: .1;
    border-left: 140px solid transparent;
    border-right: 140px solid transparent;
    border-top: 280px solid #06a7f4;
    position: absolute;
}
.speaker_mentor-details {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: -90px;
    display: flex;
    position: relative;
}
.mentor-image {
    object-fit: cover;
    border-radius: 28px;
    width: 75%;
    height: 100%;
}
.speaker_impressions {
    z-index: -1;
    background-color: #fff;
    border: 1.325px solid #e2e2e2;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    display: flex;
    position: absolute;
    inset: 150px auto auto -60px;
}
.w-layout-hflex {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
}
.mentor-name {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(98deg, #0b66c2, #009ad6);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4;
}
.speaker_text-upper {
    text-align: center;
    letter-spacing: .954px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.3;
}
.speaker_followers {
    z-index: -1;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #fff;
    border: 1.325px solid #e2e2e2;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    display: flex;
    position: absolute;
    inset: 100px -50px auto auto;
}
.speaker_linkedin {
    justify-content: center;
    align-items: center;
    width: 86px;
    height: 94px;
    display: flex;
    position: absolute;
    inset: 95px auto 0% 10px;
}
.speaker_mentor {
    background-color: #fff;
    border: 1.325px solid #e2e2e2;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 244px;
    padding: 12px 14px;
    display: flex;
    position: absolute;
    inset: auto auto -48px;
}



.speaker_persistantbar {
    z-index: 999;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    background-color: #ffffffdb;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
}
.spk_container {
    max-width: 80rem;
}
.spk_per-padding {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.spk_persistant-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.speaker_price {
    color: #000;
    font-size: 1.875rem;
    font-weight: 500;
}
.stike-li {
    font-size: 1.25rem;
    font-weight: 400;
    text-decoration: line-through;
}
.text-span{
    font-size: 1rem;
}
.spk_persistant-time {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.speaker_offertext {
    color: #000;
    font-size: 1.25rem;
}
.speaker_time {
    font-size: 1.25rem;
    font-weight: 700;
}
.reg-button{
    position: relative;
}
.reg-buttons{
    z-index: 1;
    background-color: #fff;
    border-radius: 28px;
    padding: 5px 11px;
    font-size: .875rem;
    position: absolute;
    inset: -15px 15px auto auto;
    box-shadow: 0 4px 10px #00000040;
}
.reg-seat {
    width: 16.8047px;
}
.speaker_button {
    color: #fff;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    background-image: linear-gradient(101deg, #012d64, #06b0ff);
    border-radius: 70px;
    height: 60px;
    padding: 20px 60px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 20px #0586ceb3;
}
.speaker_right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: grid;
}
.speaker_date-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-row-gap: 50px;
    grid-column-gap: 50px;
}

.speaker_dsay-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-row-gap: 13px;
    grid-column-gap: 13px;
}
.speaker_content-wrap {
    background-color: #009ad61a;
    border-radius: 12px;
    border: 1px solid #0b66c2;
    padding: 20px;
}
.speaker_text-large {
    font-size: 1.8rem;
}
.mg-color-change{
    font-weight: 700;
}
.speaker_btn-text{
    z-index: 1;
    position: relative;
}
.speaker_btn-bar{
    z-index: 0;
    position: absolute;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

@keyframes slide{
  from{
    transform:translateX(0) ;
    
  }
  to{
    transform:translateX(-100%) ;
  
  }
}
.speaker_learner-wrap{
  overflow:hidden;
  padding-top: 20px;
  padding-bottom: 40px  ;
  background:white;
  white-space:nowrap;
  position:relative;
}

.speaker_learner-wrap:before,
.speaker_learner-wrap:after{
  content:"";
  position:absolute;
  top:0;
  width:250px;
  height:100%;
  z-index:2;
}
.speaker_learner-wrap:before{
  left:0;
  background:linear-gradient(to left, rgba(255,255,255,0), white);
}
.speaker_learner-wrap:after{
  right:0;
  background:linear-gradient(to right, rgba(255,255,255,0), white);
}
.speaker_learner-wrap:hover .speaker_investor-logo-copy{
  animation-play-state:paused;
}
.speaker_investor-logo-copy{
  display:inline-block;
  animation: 2s slide infinite linear;
}
.speaker_investor-logo-copy img{
  height: 60px;
margin: 0 20px;
}
.speaker_section .speaker-overflow{
    overflow: hidden;
}
.speaker_section-large-top{
    padding-top: 3.25rem;
}
.speaker_section-large-top .speaker_heading {
    font-size: 3.5rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
}
.speaker_learner-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: stretch;
    display: flex;
}
.speaker_investor-logo-copy {
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 100px;
    padding: 5px;
    display: flex;
}
.speaker_investor-logo {
    /*border: 2px solid #0586ceb3;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 200px;
    padding: 15px;
    margin: 15px;
    display: flex;
    box-shadow: 0 0 10px 3px #0586ceb3;*/
    border: 2px solid #ffffff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 200px;
    background: white;
    padding: 15px;
    margin: 15px;
    display: flex;
    box-shadow: 0 0 10px 3px #ffffffb3;
}
.speaker_investor-detail{
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin: 5px;
    display: flex;
    align-items: center;
}

.speaker_investor-heading{
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.6;
    margin: 0;
}
.speaker_investor-text-xlarge {
    font-size: 1.7rem;
    line-height: 1.2;
}
.speaker_section.speaker_map.per_spk{
    background-color: #067ecc;
}
.speaker_section .speaker_map {
    background-color: #067ecc;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
}
.speaker_map-wrapper{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.smap_wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.speaker_heading-h2.spk_white {
    color: #fff;
}
.speaker_investor-text-xlarge.spk_white{
    color: #fff;
}
.speaker_investor-heading.spk_white{
    color: #fff;
}
.speaker_heading-h2 {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.3;
}
.icon-img {
    width: 45px;
}
.speaker_number-wrap {
    grid-column-gap: 10rem;
    grid-row-gap: 20px;
    background-color: #fff;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 12px;
    display: flex;
}
.speaker_nem-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    /* width: 52.875rem; */
    width: 80em;
    margin: 25px 10px;
    display: grid;
}
.speaker-content-wrap{
    background-color: #fff;
    border: 1.23px solid #e2e2e2;
    border-radius: 10px;
    padding: 12px;
    height: 20rem;
}
.speaker_content {
    color: #000000;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 15px;
    line-height: 1.5;
}
.speaker_h-flex {
    justify-content: center;
    align-items: center;
}
.speaker_mentor-name-copy {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
}
.speaker_section-large{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}
.speaker_mentor-wrap {
    z-index: 1;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    grid-template-rows: auto;
    grid-template-columns: 536px 1fr;
    grid-auto-columns: 1fr;
    padding: 50px;
    display: grid;
    position: relative;
    box-shadow: 0 5px 10px #009ad640;
}
.speaker_mentor-left {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    display: flex;
}
.speaker_lit-detail {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    justify-content: center;
    align-items: flex-start;
    padding: 16px 20px;
    display: flex;
}

.speaker_mentor-wrap {
    z-index: 1;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    grid-template-rows: auto;
    grid-template-columns: 536px 1fr;
    grid-auto-columns: 1fr;
    padding: 50px;
    display: grid;
    position: relative;
    box-shadow: 0 5px 10px #009ad640;
}
.speaker_mentor-image {
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    height: 100%;
}
.speaker_mentor-up {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
}
.speaker_mentor-left {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    display: flex;
}
.video-list{
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.videos-listing{
    background-color: #009ad61a;
    border-radius: 30px;
    padding: 60px;
    position: relative;
    overflow: hidden;
}
.video-blocks{
    grid-column-gap: 85px;
    grid-row-gap: 85px;
    grid-template-rows: auto;
    grid-template-columns: 278px 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: grid;
}
#demo {
    max-width: 900px;
    margin: auto
}

.videos-caption {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    line-height: 2rem
}
.videos-control-prev {
    justify-content: flex-start
}

.videos-control-next {
    justify-content: flex-end
}

.videos-control-prev,
.videos-control-next {
    transition: none;
    opacity: unset;
}
@media screen and (max-width: 767px) {
    .videos-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }
    .speaker_persistantbar {
        padding-top: .875rem;
        padding-bottom: .875rem;
    }
    .speaker_price {
        font-size: 2.5rem;
    }
    .spk_per-padding {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .w-layout-blockcontainer {
        max-width: none;
    }
    .speaker_offertext {
        font-size: 1.6rem;
    }
    .speaker_section-large-top .speaker_heading {
        font-size: 2.6rem;
        text-align: center;
    }
    .speaker_time {
        font-size: 1.6rem;
    }
    .w-nav-brand {
        padding-left: 10px;
    }
    .speaker_map-wrapper {
        padding-bottom: 20rem;
    }
    .speaker_nem-wrapper {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 479px) {
    .spk_per-padding {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .stike-li.small-li {
        font-size: 1.5rem;
    }
    .stike-li {
        font-size: 1.25rem;
    }
    .spk_persistant-time.hor {
        flex-flow: row;
    }
    .spk_persistant-time {
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
    }
    .reg-buttons {
        font-size: .75rem;
    }
    .speaker_button {
        letter-spacing: 1.4px;
        padding: 20px 27.5px;
        font-size: 1.4rem;
        margin: 5px;
    }
    .spk_persistant-wrapper {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }
    .speaker_navbar {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .speaker_heading {
        font-size: 2rem;
        text-align: center;
    }
    .speaker-wrapper {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
    .speaker-text-xlarge .mb-center {
        text-align: center;
    }
    .speaker-text-xlarge{
        font-size: 1.25rem;
    }
    #w-node-_2894afef-04dd-da24-29af-da75ec227fa3-fb037079 {
        grid-area: 2/1/3/2;
    }
    .speaker_date-wrap {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-flow: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    .speaker_text-large .speaker_lineheight-1-2{
        font-size: .8775rem;
    }
    .speaker_content-wrap {
        text-align: center;
    }
    .speaker_text-large {
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .mg-color-change {
        -webkit-text-fill-color: transparent;
        background-image: linear-gradient(98deg, #0b66c2, #009ad6);
        -webkit-background-clip: text;
        background-clip: text;
        font-weight: 600;
    }
    .speaker_text-upper{
        font-size: .875rem;
    }
    .speaker_left{
        height: 350px;
    }
    .speaker_mentor-image{
        object-fit: contain;
        height: 308px;
    }
    .speaker_impressions {
        border-color: #0b66c2;
        padding-right: 12px;
        top: 122px;
        left: -15px;
    }
    .speaker_followers {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border-color: #0b66c2;
        padding-right: 10px;
        top: 74px;
        right: -15px;
    }
    .speaker_mentor-name.regular {
        font-size: 1rem;
    }
    .speaker_mentor-name{
        font-size: 16px;
    }
    .speaker_text-large .speaker_lineheight-1-2{
        font-size: .8775rem;
    }
    .speaker_right {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-flow: column;
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        justify-content: center;
        place-items: center;
        display: grid;
    }
    .speaker_backedby {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .speaker_investor-logo {
        width: 130px;
        padding: 10px;
        margin: 0 auto;
    }
    .speaker_investor-heading {
        font-size: 3rem;
        font-weight: 600;
        line-height: 1.6;
        margin: 0;
        text-align: center;
    }
    .speaker_investor-text-xlarge {
        font-size: 1.7rem;
        line-height: 1.2;
        text-align: center;
    }
    .speaker_section.speaker_map {
        background-color: #067ecc;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 12px 12px 0 0;
    }
    .speaker_map-wrapper {
        padding-bottom: 14rem;
    }
    .speaker_heading-h2 {
        text-align: center;
        font-size: 1.875rem;
    }
    .speaker_number-wrap {
        grid-column-gap: 50px;
        grid-row-gap: 19px;
        width: 160px;
    }
    .icon-img {
        width: 34px;
    }
    .speaker_mentor-name-copy {
        font-size: 20px;
    }   
    .speaker_content {
        color: #000000;
        font-size: 1.2rem;
        font-weight: 400;
        padding: 10px;
        line-height: 1.5;
    }
    .speaker_llogo-wrap{
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        flex-flow: column;
    }
    .speaker_learner-wrap{
        grid-column-gap: 10px;
        grid-row-gap: 10px
    }
    .speaker_investor-logo-copy img {
        height: 40px;
        margin: 0 10px;
    }
    .speaker_lit-detail{
        grid-column-gap: 14px;
        grid-row-gap: 14px;
        padding: 10px;
    }
    .mentor_image{
        height: auto;
    }
    .speaker_mentor-image{
        object-fit: contain;
        height: 408px;
    }
}

@media screen and (max-width: 991px) {
    .speaker_investor-logo-copy{
        width: 120px;
        height: 50px;
    }
    .w-layout-blockcontainer {
        max-width: 728px;
    }
    .speaker_page-padding {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .speaker-wrapper{
        padding-left: 0;
        padding-right: 0;
    }
    .speaker-wrap {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-columns: 1fr;
    }
    .speaker_map-wrapper {
        padding-bottom: 0;
    }
    .speaker_nem-wrapper {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        grid-template-rows: auto;
        grid-auto-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        align-items: center;
        width: 26em;
        /* width: 15em; */
        display: grid;
    }
    .speaker-content-wrap {
        background-color: #fff;
        border: 1.23px solid #e2e2e2;
        border-radius: 10px;
        height: 15rem;
    }
    .speaker_section-large{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .speaker_mentor-wrap {
        grid-column-gap: 30px;
        grid-row-gap: 60px;
        grid-template-columns: 1fr;
        padding: 30px 24px;
    }
    .speakder_mentor-left, .li_day-learn {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
    .speaker_mentor-up {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-flow: column;
        display: flex;
    }
    #w-node-_2894afef-04dd-da24-29af-da75ec2281eb-fb037079{
        grid-area: 1/1/2/2;
    }
    .mentor_image{
        height: 364px;
        margin-top: -30px;
    }

}
@media screen and (min-width: 1440px) {
    .speaker-wrapper {
        grid-column-gap: 25px;
        grid-row-gap: 25px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    .speaker_learner-wrap-2, .speaker_learner-wrap, .speaker_backedby {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        justify-content: center;
        align-items: stretch;
        display: flex;
    }
     .speaker_investor-logo-copy, .speaker_investor-logo {
        justify-content: center;
        align-items: center;
    }
    .smap_wrapper {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
}
