*{
    margin: 0;
    padding: 0;
}

@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;
  }

 .articles-wrapper{
     min-height:100vh;
     padding: 110px 0 50px 0;
    width: 85%;
    margin: 0 auto;
    /* border: 1px solid red; */
} 
h3 {
    font-size: 24px !important;
    font-family: 'GeneralSans-Medium';
    width: 100%;
    color: #00225F !important;
    border-bottom: 1px solid #CF5B5B;
    line-height: 0.1em !important;
    margin-top: 6rem;

}

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

.card{
    box-shadow: 2px 4px 9px #0000001C;
    border-radius: 0px;
    border: none;
}

a .card-title {
    font-family: 'GeneralSans-Semibold';
    color: #00225F;
    font-size: 18px;
    height: 40px;
    overflow: hidden;
}

.card-text  {
    font-family: 'GeneralSans-Medium';
    color: #252525 !important;
    font-size: 14px;
    height: 67px;
    overflow: hidden;
}
.card-text a {
     color: #252525;
}
small {
    font-family: 'GeneralSans-Medium';
    color: #252525 !important;
}

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

.card .card-img-top{
    height: 200px !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%;
    }
}