
.project-text-img { padding-top: 144px; padding-bottom:125px;}
.project-text-img > .container > .helf-section > .left-side { padding-right:112px;}
.project-text-img > .container > .helf-section { align-items: center;}
.project-text-img .section-title-40.text-left { margin-bottom:20px;}
.project-text-img > .container > .helf-section > .left-side.ptag > p:last-of-type { margin-bottom:0px; }

/* Super Large devices (large desktops, less than 1600px) */
@media (max-width: 1599.98px) {
    .feature-project-list, .project-text-img { padding-top: 100px; padding-bottom: 100px;}
  
 }
     
/* Extra Large devices (large desktops, less than 1440px) */
@media (max-width: 1439.98px) {
    .feature-project-list, .project-text-img { padding-top: 80px; padding-bottom: 80px;}  
    .project-text-img > .container > .helf-section > .left-side {  padding-right:80px} 
    
 }
 
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .feature-project-list, .project-text-img { padding-top: 70px; padding-bottom: 70px;} 
    .project-text-img > .container > .helf-section > .left-side {  padding-right:50px}  
 }

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .feature-project-list, .project-text-img { padding-top: 60px; padding-bottom: 60px;} 
    .project-text-img > .container > .helf-section { flex-wrap: wrap; flex-direction: column-reverse; row-gap: 25px;}
    .project-text-img > .container > .helf-section > .left-side , .project-text-img > .container > .helf-section > .right-side { padding-left:0px; padding-right: 0px; width: 100%;}
    .project-text-img > .container > .helf-section > .right-side > .img-wrap { padding-left:10px; padding-right:10px; }
 }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
    .feature-project-list, .project-text-img { padding-top: 50px; padding-bottom: 50px;} 
    
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { }






