.portfolio-page {
  padding: 50px; }
  .portfolio-page .portfolio-item .image {
    -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px; }
    .portfolio-page .portfolio-item .image:before {
      content: '';
      position: absolute;
      background: rgba(59, 66, 72, 0.7);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 1;
      -webkit-transition: all .35s ease;
      -o-transition: all .35s ease;
      transition: all .35s ease; }
    .portfolio-page .portfolio-item .image:hover::before {
      opacity: 1 !important; }
    .portfolio-page .portfolio-item .image:hover img {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
  .portfolio-page .portfolio-item a {
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .portfolio-page .portfolio-item h3 {
    font-size: 22px; }
    .portfolio-page .portfolio-item h3:hover a {
      color: #e95c25; }
  .portfolio-page .portfolio-item p {
    line-height: 22px; }

.portfolio-text {
  padding: 80px 0; }

.portfolio-text .item, .portfolio-services .item {
  line-height: 22px; }
  .portfolio-text .item h3, .portfolio-services .item h3 {
    font-size: 26px; }

.portfolio-services .row .item:first-child {
  background: #e6501d; }

.portfolio-services .row .item:nth-child(2) {
  background: #ed7a26; }

.portfolio-services .row .item:last-child {
  background: #f49a33; }

.portfolio-services .item {
  padding: 60px; }
  .portfolio-services .item a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 576px) {
  .portfolio-page {
    padding-left: 15px;
    padding-right: 15px; } }
