.project {
  background-color: #16243d;
  padding: 60px 0;
  .section_header {
    h3 {
      color: $white;
    }
    p{
      color: $text;
    }

  }
  .project_wrapper {
    padding-top: 30px;
    .project_wrap {
         margin-bottom: 35px; 
      .project_img {
        img {
          height: auto;
          width: 100%;
        }
      }
      h4 {
        padding-top: 20px;
        a {
          color: $primaryColor;
        }
      }
      p{
        color: $text;
      }
    }
  }
}
