@font-face {
    font-family: 'GeneralSans-Medium';
    src: url('../Assets/fonts/GeneralSans-Medium.otf');
    font-style: normal;
  }


.sub-wrapper {
    min-height: 100vh;
        padding: 100px 0 0px 0;
    /* border: 1px solid red; */
    width: 85%;
    margin: 0 auto;
}


.card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 4px 77px #0000001C;
    border-radius: 16px;
    border: none;

}

h3 {
    font-size: 24px !important;
    font-family: 'GeneralSans-Medium';
    width: 100%;
    color: #00225F !important;
    border-bottom: 1px solid #CF5B5B;
    line-height: 0.1em !important;

}

h3 span {
    background: #fff;
    padding: 0 10px;
    margin-left: 2rem
}

.name {
    width: 188px;
    overflow: hidden;
    /* border: 1px solid red; */
    height: 30px;
}
.book-img{
    width: 20px;
}

.play-icon{
    /* border: 1px solid red; */
    border-radius: 50%;
    padding: 15px;
    background: #315494;
    color: #fff;
}
.play-btn-div{
    width: 100px;
    display: flex;
    justify-content: inherit;
    align-items: center;
}

.talk-detail{
    font-family: 'GeneralSans-Medium';
}
.talk-detail span{
    display: block;
    width: 200px;
    height: 44px;
    overflow: hidden;
    font-size: 14px;
    color: #00225F;
}
small{
    font-size: x-small;
}
.talk-detail small:nth-child(2) {
    color: #C55F60;
}

/*media qurey start*/

@media only screen and (max-width: 576px) and (min-width: 576px) {
    .card{
        width:100%;
    }
    .play-icon {
    padding: 10px;
   
}
}

@media only screen and (min-width: 768px){
    .card{
        width:45%;
    }
}
@media only screen and (min-width: 992px){
    .card{
        width:29%;
    }
}