
/* START ourRecent_projectArea */
.ourRecent_projectArea {
    padding: 60px 0 100px;
    width: 100%;
    position: relative;
}
.ourRecent_projectArea .recent_heading {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
     /* position: sticky;
    top: 0;  */
    /* background: #fff;  */
    /* z-index: 10; */
}


.ourRecent_projectArea .recent_heading .subText {
    width: calc(100% - 200px);
}
.ourRecent_projectArea .recent_heading h2 {
    font-size: 45px;
    color: #363636;
    line-height: 1.1;
    margin-bottom: 15px;
    font-family: 'Helvetica Neue';
    font-weight: 400;
}
.ourRecent_projectArea .recent_heading p {
    font-size: 18px;
    color: #363636;
    line-height: 32px;
    font-family: 'Helvetica Neue';
    font-weight: 400;
}
.case_studiesBtn {
    padding: 17px 22px 17px 21px;
    display: inline-block;
    font-size: 14px;
    color: #E3151E;
    background: #FFE9EA;
    border: 1px solid #E3151E;
    line-height: 1;
    font-family: 'Helvetica Neue';
    font-weight: 500;
    border-radius: 5px;    
    text-decoration: none;
}


.ourRecent_projectArea .projectContentBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

   @media (min-width: 1200px) {
        .ourRecent_projectArea .recent_heading, .ourRecent_projectArea .projectContentBox  {
            position: sticky;
            top: 90px
        }
        .ourRecent_projectArea .recent_heading {
            top: 0;
        }
        .ourRecent_projectArea .projectContentBox  {
            top: calc((100vh - 600px)/ 2);
            background-color: #fff;
            margin-bottom: 0;
            padding-bottom: 0
        }
        .ourRecent_projectArea .projectContentBox :last-child {
            margin-bottom: 0
        }
    }


.ourRecent_projectArea .projectContentBox .image {
    width: calc(50% - 0px);
}
.ourRecent_projectArea .projectContentBox .image img {
    width: 100%;
    border-radius: 10px;
}
.ourRecent_projectArea .projectContentBox .subText {
    width: calc(50% - 0px);
    padding-left: 96px;
}
.ourRecent_projectArea .projectContentBox .subText h3 {
    font-size: 28px;
    color: #000000;
    margin: 0 0 20px;
     font-family: 'Helvetica Neue';
    font-weight: 500;
    line-height: 1;
}
.ourRecent_projectArea .projectContentBox .subText p {
    font-size: 18px;
    color: #353535;
    line-height: 32px;
    margin: 0 0 12px;
     font-family: 'Helvetica Neue';
    font-weight: 400;
}
.ourRecent_projectArea .projectContentBox .subText p span {
    font-weight: 500;
}
.buttonGroup {
    margin-top: 40px;
}
.buttonGroup .btn {
    padding: 14px 22px 14px 21px;
    display: inline-block;
    font-size: 14px;
    color: #000;
    background: #FFE9EA;
    border: 1px solid #E3151E;
    line-height: 1;
    font-family: 'Helvetica Neue';
    font-weight: 500;
    border-radius: 5px;    
    text-decoration: none;
    margin-right: 12px;
}
.kmowMoreBtn {
    margin-top: 60px;
    padding: 20px 22px 20px 21px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: #E3151E;
    line-height: 1;
    font-family: 'Helvetica Neue';
    font-weight: 500;
    border-radius: 5px;    
    text-decoration: none;
}


    /*  */

    @media (max-width: 1365px) {

        .ourRecent_projectArea .projectContentBox .subText {
            width: calc(50% - 0px);
            padding-left: 40px;
        }
    }

    @media (max-width: 1199px) {
        .ourRecent_projectArea .projectContentBox .subText p {
            font-size: 16px;
            color: #353535;
            line-height: 28px;
        }
        .buttonGroup .btn {
            margin-bottom: 10px;
        }
    }
    @media (max-width: 991px) {
         .ourRecent_projectArea .recent_heading .subText {
            width: 100%;
        }
        .ourRecent_projectArea .recent_heading {
            padding: 0px 0 20px;
        }
        .ourRecent_projectArea .recent_heading h2 {
            font-size: 36px;
            line-height: 1.3;
        }
        .ourRecent_projectArea .projectContentBox .image {
            width: 100%;
        }
        .ourRecent_projectArea .projectContentBox .subText {
            width: 100%;
            padding: 20px 0 0;
        }
        .kmowMoreBtn {
            margin-top: 50px;
        }
    }

    @media (max-width: 767px) {
        .ourRecent_projectArea .recent_heading .subText {
            width: 100%;
        }
        .ourRecent_projectArea .recent_heading h2 {
            font-size: 28px;
            line-height: 1.3;
        }
        .ourRecent_projectArea .projectContentBox .image {
            width: 100%;
        }
        .ourRecent_projectArea .projectContentBox .subText {
            width: 100%;
            padding: 20px 0 0;
        }
        .buttonGroup .btn {
            padding: 14px 14px 14px 14px;
            margin-bottom: 16px;
        }
        .kmowMoreBtn {
            margin-top: 40px;
        }

    }


/* END ourRecent_projectArea */