.sppb-article-info-wrap {
    background-color: #EEE0D7;
  	padding:30px;
}

.articlesfont img.sppb-img-responsive {
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
}

.articlesfont h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    font-weight: 700;
}





/*.sppb-article-meta{
  order: 1 !important;
}


.articlesfont h3{
   order: 2 !important;
}
*/




.sppb-article-info-wrap {
    display: flex;
    flex-direction: column; /* Align children vertically */
  ；
}

.sppb-article-meta {
    order: -1; /* Move the date above the title */
}

h3 {
    order: 0; /* Move the title below the date */
}

