.rcn-projects{
    display: flex;
    flex-wrap: wrap;
}
.rcn-projects .project{ 
    position: relative;   
    flex: unset !important;
    max-width: unset !important;
    margin: 0px 15px 15px 0px;
    padding: 0px !important;
    border: none !important;
    border-radius: 7px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    transition: 0.3s;
    width: calc(100% / 2 - 15px);
    margin-right: 15px;;
}
@media(max-width:768px){
    .rcn-projects .project{ 
        width: 100%;
    }    
}

.gallery-images > .single-img:not(:first-child) > img{
	display:none !important;	
}
.rcn-projects .details{
    padding: 20px;
}
.rcn-projects .project .title a{    
    text-decoration: none !important;
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 600;
}
.rcn-projects .project .button a:after{   
transition: 0.3s;
color: #fff !important;
line-height: 40px;
content: '\f054';
font-weight: 600;
padding-left: 5px;
font-size: 14px;
font-family: "Font Awesome 5 Free";
}
@media(max-width:1024px){    
    .rcn-projects .project{
        width: calc(100% / 2 - 15px);
    }
}
@media(max-width:768px){    
    .rcn-projects .project{
        width:100%;
    }
}