/*i m style.css*/
.custom-block {
    display: flex;
    flex-wrap: wrap;
}

.custom-block article {
    width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 30px;
    border-top: 1px solid rgba(3, 20, 44, 0.1);
    padding-top: 20px;
}

.custom-block article:nth-child(4n + 1) {
    margin-left: 0;
}

.custom-block article:nth-child(4n) {
    margin-right: 0;
}


.custom-block article .img-news {
    color: #0c0c0c;
    font-size: 21px;
    line-height: 33px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    max-height: 8rem;
    font-weight: 600;
    font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
    margin-bottom: 15px;
}

.news-content p {
    font-size: 16px;
    color: #666;
    font-weight: 500;
}

.no-border{
    border:none !important;
}


/*========================================
=            responsive style            =
========================================*/

@media only screen and (max-width : 767px) {
	.custom-block article{
		width: 100%;
		flex-direction: column;
		margin: 0;
		margin-bottom: 30px;
	}
}

/*=====  End of responsive style  ======*/
/*.et_pb_row .et_pb_column .et_pb_module.et_pb_blurb a{
    font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.7rem;
    color: #0c0c0c;
 }
.et_pb_row .et_pb_column .et_pb_blurb_1.et_pb_blurb a{
 color: #39BA24 !important;     
}

*/
