/* Additional styles for Page Title */
.page-title {
    margin-bottom: 20px;
}

.page-title h2 {
    font-size: 1.8em;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #0077ff; /* Google Cloud Platform blue color */
    padding-bottom: 5px;
    margin-bottom: 20px;
}

