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


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

.card {
    font-family: 'GeneralSans-Medium';
    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: 218px;
    overflow: hidden;
    /* border: 1px solid red; */
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.book-img{
    width: 20px;
}

/*media qurey start*/

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

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