.row-2-cols-zfr { display: flex;}
.row-2-cols-zfr > .single-zfr {
	flex: 1; 
}
.row-2-cols-zfr > .single-zfr h3 {
	color: #666666;
    font-family: "Ubuntu", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
	margin-bottom: 20px;
}
.wrapper-last-articles p.elementor-heading-title,
.single-zfr p {
	color: #D6D93B;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
	margin-bottom: 20px;
}
.last-zfr-title {
	color: #666666;
    font-family: "Ubuntu", Sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0px;
	margin-bottom: 20px;
}



.single-zfr a.elementor-button {
	font-family: "Montserrat", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-decoration: underline;
    line-height: 29px;
    fill: #0C4C61;
    color: #0C4C61;
    background-color: #FFFFFF00;
    border-style: none;
    padding: 0px 0px 0px 0px;
}

a.zfr-green-btn {
	font-family: "Montserrat", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 29px;
    fill: #707070;
    color: #707070;
    background-color: #D6D93B;
    border-radius: 15px 15px 15px 15px;
    padding: 10px 40px 10px 40px;
}
@media (min-width: 769px) {
	.wrapper-last-articles {
		padding: 20px; 
	}
	.title-blue {
		color: #224B5F;
		font-family: "Ubuntu", Sans-serif;
		font-size: 35px;
		font-weight: 500;
		line-height: 45px;
	}
}

@media (max-width: 768px) {
	.row-2-cols-zfr {
		flex-direction: column;
		gap: 20px;
	}
	.title-blue {
	color: #224B5F;
    font-family: "Ubuntu", Sans-serif;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 30px;
}
}