.pg-snportfolio-start-banner {
  position: relative;
  padding: 120px 0;
  background-color: #F5F7F9; }
  .pg-snportfolio-start-banner .back_line {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../pages/single-portfolio/bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 3s linear;
    -o-transition: all 3s linear;
    transition: all 3s linear; }
  .pg-snportfolio-start-banner .container {
    position: relative;
    z-index: 10; }
  .pg-snportfolio-start-banner h2 {
    font-size: 42px;
    margin-bottom: 60px; }
