.homeblogmeta .card{
    width:50%;
}



.homeblogmeta .card-body{
    display: flex;
    justify-content: center;
    background-color: #1c2747;
    color: #fae07e;
  
}

.homeblogmeta .card-body h6{
    margin-bottom:0px ;
}



a:hover {
    text-decoration: none;
  }
  
  .mainheadlinewrapperpage {
    margin-bottom: 1px;
    float: left;
    width: 100%;
    padding: 14px 0;
    background: #1c2747;
    margin-top:0px;
  }
  
  .mainheadlinepage h1 {
    margin: 0;
    font-weight: 600;
    font-size: 44px;
    line-height: 1;
    color: #fde07e;
    text-transform:uppercase!important;
  }
  
  ol.breadcrumb {
    padding-left: 4px;
    background: transparent;
  }
  ol.breadcrumb li {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .breadcrumb-item a {
    color: #fff !important;
   
  }

h4 {
    font-size: 27px;
  }

  .wrapper100percent {
    float: left;
    width: 100%;
    padding: 0;
  }

  .homeblogmeta {
    padding: 12px 0;
    /*margin-bottom: 22px;*/
    text-align: center;
    width: 100%;
    float: left;
    /*border-bottom: 1px solid #1c2747;*/
  }

  .homeblogmeta p {
    display: inline-block;
    width: 49%;
    float: left;
    margin: 0;
    border-right: 1px solid #1c2747;
  }
  .homeblogmeta p.no-border {
    border-right: none;
  }

  a:hover {
    text-decoration: none;
  }
  
  

  .wrapper100percent a{
    color: #1c2747;
    font-size: 14px !important;
  }
  
  
  
@media only screen and (min-width: 320px) and (max-width: 425px) {
    .mainheadlinewrapperpage{
        margin-top:0px!important;
    }
}


@media only screen and (min-width: 425px) and (max-width: 768px) {
    .mainheadlinewrapperpage{
        margin-top:0px!important;
    }
}


 @media(max-width:991px){
       
  .homeblogmeta .card{
    width:100%;
}
 }