
    .section {
        padding: 40px 0;
    }

    .section-dark {
        background-color: #343a40;
        color: white;
    }

    .btn-custom {
        background-color: #ffc107;
        border: none;
        color: #000000;
    }

        .btn-custom:hover {
            background-color: #e0a800;
        }

    .section-dark {
        background-color: #343a40;
        color: white;
        padding: 1px 0;
    }

        .section-dark .row {
            align-items: center; /* Aligns items vertically in the center */
        }

        .section-dark img {
            width: 100%;
            height: auto;
        }
