.new-port {
  background-color: #fff;
  padding: 80px;
  box-shadow: 0px 2px 12px rgba(18, 30, 54, 0.16);
  text-align: center;
  background-size: 30%;
  background-repeat: no-repeat;
  margin-bottom: 30px; }
  .new-port-content {
    margin-bottom: 40px;
    font-size: 20px; }
  .new-port-img {
    height: 450px; }
  .new-port-logo {
    width: auto;
    height: 60px; }

.portfolio-img {
  display: block;
  margin-bottom: 24px; }
  .portfolio-img:hover {
    box-shadow: 0 0 10px #f2f2f2;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 1s; }
.portfolio-text {
  color: #002A7E;
  font-size: 24px;
  font-weight: 500;
  text-align: center; }
.portfolio-list {
  margin-bottom: 120px; }
.portfolio-title {
  color: #002A7E;
  font-size: 32px;
  font-weight: 600; }

.web-name {
  position: absolute;
  top: 0;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 32px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center; }

@media (max-width: 991.98px) {
  .new-port {
    padding: 60px 0; }
    .new-port-content {
      padding: 0 40px;
      font-size: 18px; } }

/*# sourceMappingURL=portfolio.css.map */
