.grid-1440.container {
  max-width: 1400px;
}

@media (min-width: 1600px) {
  .grid-1440.container {
      width: 1440px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1292px;
  }
}

.works-grid.gutter .work-item {
  padding: 0 20px;
}

.page-title > .container {
  height: 700px;
}

@media (max-width: 991px) {
  .page-title > .container {
    height: 400px;
  }
  .works-grid.grid-3-col .work-item {
    width: 50%;
  }

  .works-grid.with-title .work-item .work-description h3 {
    font-size: 13px;
  }
}

.works-grid.with-title .work-container {
  position: relative;
  overflow: visible;
  margin-bottom: 40px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -ms-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}

.hover-up:hover .work-container {
  box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, 0.13);
}


.title-text h1 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.02em;
  max-width: 700px;
  margin: auto;
}

.label-new {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background-color: #3dc36c;
  width: 60px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}


.works-grid.with-title .work-description {
  padding: 30px;
  background-color: #fff;
}

.call-to-action.style-2 {
  background-attachment: scroll;
}

.call-to-action.style-2 h2 {
  font-size: 40px;
  font-family: "Noto Serif", serif;
  line-height: 1.5;
}

.footer {
  padding: 80px 0;
}

.footer img {
  display: block;
  margin: auto;
  margin-bottom: 20px;
}