
.news-meta__tag1 {
  color: #223247;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}

.alternate3color .p-0:nth-child(3n - 2) { background-color: #D9EDF6 !important;}
.alternate3color .p-0:nth-child(3n - 1) { background-color: #F2DEDF !important;}
.alternate3color .p-0:nth-child(3n) { background-color: #F6F3E0 !important;}

.link-view-btn {
  font-size: 1.3rem;
  color: #223247;
  width: 100%;
  padding:0.8rem;
  background: #fff;
  border: 1px solid #C7CBD6;
}

.link-view-btn:hover {
  color: #F1AC4D;
}
.story-tag{
    background-color: rgba(20,32,46,0.7);
    font-size: 1.5rem;
    padding: 2.5rem;
    margin: 0;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.4;
    text-align: center;
}

.story-tag .sub-tag:first-child {
    font-size: 2.8rem;
    font-weight: 600;
}

.story-tag .sub-tag {
    display: block;
}