@font-face {
    font-family: 'GeneralSans-Medium';
    src: url('../Assets/fonts/GeneralSans-Medium.otf');
    font-style: normal;
  }
.sub-wrapper {
    min-height: 100vh;
        padding: 60px 0 0 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 {
    font-family: 'GeneralSans-Medium';
    width: 250px;
    overflow: hidden;
    /* border: 1px solid red; */
    height: 30px;
}
.music-img,
.book-img{
    width: 20px;
}

/*media qurey start*/

@media only screen and (min-width:320px) {
    .card{
        width:100% !important;
    }
    
    h3 {
    font-size: 16px !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
}
}

@media only screen and (min-width: 768px){
    .card{
        width:45% !important;
    }
    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
}
}
@media only screen and (min-width: 992px){
    .card{
        width:29% !important;
    }
    
    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
}
}