/* Banner styles */
.banner {
    background-image: url('../images/logo/banner.jpg');
    background-size: 120%;
    background-position: 50% 40%;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: left;
    padding: 100px 0;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    margin-top: 0;
    padding-top: 80px; /* Adjust this value as needed */
}

.banner h1,
.banner h2,
.banner p {
    color: #ffffff;
    font-family: 'Source Sans Pro Condensed', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.banner .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
}

.banner .title {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.banner .subtitle {
    font-size: 1.5rem;
}
