@font-face {
    font-family: 'Bebas-Regular';
    src: url('../fonts/Bebas-Regular.woff');
    font-weight: 400;
}

.experience {
    /*margin-bottom: 10rem;*/
    padding-top: 5rem;
}

.exp-year {
    font-family: 'Bebas-Regular';
    font-size: 20rem;
    color: var(--btnborderColor);
}

.exp-details span {
    font-family: var(--fontpoppins);
    font-weight: 400;
    color: var(--testimonialcolor);
    display: block;
    padding-top: 7rem;
    margin-bottom: 3rem;
}

.exp-details p {
    position: relative;
    padding: 0 2rem;
}

.speaker {
    font-size: 1.6rem;
    display: inline-block;
    padding: 3rem 0rem 2rem 7rem;
    position: relative;
    margin: 2rem;
    cursor: pointer;
}

.speaker small {
    display: block;
    color: var(--btnborderColor);
}

.dr_sign {
    width: 6rem;
    height: 6rem;
    background-color: #8886ff;
    border-radius: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: 10px;
    border: 2px solid transparent;
    transition: 0.5s all ease;
}

.speaker:hover .dr_sign {
    border-color: #8886ff;
    background-color: transparent;
}

.dr_sign:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dr_sign.hyundai:before {
    background: url(../images/mukesh_undai_logo.png) center no-repeat;
    background-size: 65%;
}

.dr_sign.mta:before {
    background: url(../images/mta_logo.png) center no-repeat;
    background-size: 65%;
}

.dr_sign.skill:before {
    background: url(../images/skill_india_logo.png) center no-repeat;
    background-size: 65%;
}

.dr_sign.csr:before {
    background: url(../images/csr_png.png) center no-repeat;
    background-size: 65%;
}

.partners li{
    list-style: none;
    width: 25%;
}

.partners {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.exp-details p:before, .exp-details p:after {
    width: 45px;
    height: 45px;
    background-position: -116.25px 0;
}
.exp-details p:before {
    left: -19px;
    top: -19px;
}   

.exp-details p:after {
    background-position: -156.25px 0;
    right: 0;
    bottom: -15px;
}

.experience .row {
    border-bottom: 1px solid #efefef;
}

@media screen and (max-width: 767px){
   
   .speaker{
       padding: 1rem 0rem 0rem 5rem;
    }
    
    .dr_sign {
        width: 4rem;
        height: 4rem;
    }
}
