
    .image {
        height: auto !important;
        max-height: 300px;
    }

    @media screen and (max-width: 1000px) {
        .image {
            max-height: 150px;
        }
    }

    .owl-carousel .owl-item {
        width: auto !important;
    }

    .project-card {
        transition: transform 0.3s ease-in-out;
    }

    .project-card:hover {
        transform: scale(1.05);
    }

    .project-title {
        font-size: 1.25rem;
    }

    .btn-primary {
        background-color: #022b41 !important;
    }

    .cta-button {
        background-color: #022b41;
        color: white;
        padding: 15px 30px;
        border-radius: 5px;
        font-weight: bold;
        text-decoration: none;
        transition: background-color 0.3s;
    }

    .cta-button:hover {
        background-color: #022b41;
    }
