.ow-news h1 {
  color: #004494; }

.ow-news p a {
  color: #004494; }



.page-list-with-image {
   position: relative;
   height: auto;
   margin: 0 12%;
   background-color: transparent;
   display: flex;
}
.page-list-with-image .items {
   width: 100%;
   list-style: none;
   padding: 0;
   margin: 0;
   font-size: 0;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}
.page-list-with-image .items .item {
	background: #f6f6f6;
   position: relative;
   height: 100%;
   width: 31%;
   list-style: none;
   display: inline-block;
   border-style: solid;
   border-width: 0;
   border-color: transparent;
   margin: 0 0 20px;
   padding-bottom: 20px;
   border: 1px solid #c1c0c0;
   padding: 8px 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (min-width: 991px) {
    .page-list-with-image .items .item:nth-child(3n+2):last-child {
        margin-left: 24px;
        margin-right: auto;
    }
}

.page-list-with-image .items .item a {
	color: black;
}

.ow-card-news .btn
{
	padding: 0px;
}

.page-list-with-image .items .item .read-more {
    color: red;
	text-transform: none;}

.page-list .ow-card-news {

    border-bottom: 0px; 
	height: 150px;

}
.page-list .ow-card-news h3{
	font-size: 18px;
}

.page-list .ow-card-news h5 {
    position: relative;
}

.page-list-with-image .items .item .read-more a {
	   color: #D9171D;
}

h6.description.field-navigation-description {
    min-height: 90px;
}
h3.ow-business-header-wrapper.field-navigationtitle {
    padding-top: 10px;
}

.light-theme
{
    padding-top: 20px;
    padding-bottom: 20px;
	background: #eee;
}

.ow-news .image {
    padding-left: 0px;
}

@media screen and (min-width: 992px) {
    .light-theme {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}