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

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


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

.card {
    box-shadow: 2px 4px 9px #0000001C;
    border-radius: 0px;
    border: none;
}
.card a{
   color: #252525 !important; 
}
.card .card-img-top{
    height: 200px;
}

.card-title {
    font-family: 'GeneralSans-Semibold';
    color: #00225F !important;
    font-size: 18px;
    line-height: 1.5em;
    height:3em;       /* height is 2x line-height, so two lines will display */
    overflow: hidden;
}

.card-text {
    font-family: 'GeneralSans-Medium';
    color: #252525 !important;
    font-size: 14px; 
    line-height: 1.5em;
    height:7.5em;       /* height is 2x line-height, so two lines will display */
    overflow: hidden;
}

.card-body>.date-history>small:nth-child(2) {
    color: #C55F60;
}

.basic-section {
    border: 1px solid blue;

}

.view-btn {
    margin-right: -1rem;
}

.view-all {
    font-family: 'GeneralSans-Medium';
    padding: 5px 15px;
    border-radius: 22px;
    box-sizing: content-box;
    background-color: #315494;
    color: #ffffff;

}

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

}

h3 span {
    background: #fff;
    padding: 0 10px;
    margin-left: 2rem
}
small{
    font-family: 'GeneralSans-Medium';
    color: #252525 !important;
}

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