/*
 * LICENSE: This file is part of the SideQuest Tech theme.
 * Copyright (c) SideQuest Philippines. All rights reserved.
 */
.hero-title {
  font-size: 3.5rem;
}

.portfolio-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.cta-content-wrapper h2 {
  font-size: 2.5rem;
}
