.hero-section-portfolio {
  position: relative;
  max-height: 480px;
  overflow: hidden;
}
.hero-section-portfolio .hero-section-cover {
  width: 100%;
}

.hero-section-portfolio h1 {
  font-size: 60px;
  font-weight: 800;
  color: #213343 !important;
  width: 800px;
  line-height: 1.188;
  margin-bottom: 40px;
  text-align: center;
}
.hero-section-portfolio p {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: #213343;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .hero-section-portfolio h1 {
    font-size: 34px;
    line-height: 48px;
    font-weight: 700;
    color: #213343;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.188;
    margin-bottom: 14px;
    text-align: center;
  }
  .hero-section-portfolio p {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #213343;
    margin-bottom: 10px;
    text-align: center;
  }
}/*# sourceMappingURL=new_portfolio.css.map */