.lets-connect {
    background: var(--b9-text-dark);
    padding: 30px 0;
}

.lets-connect .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    padding: 24px 195px;
}

.b9-lets-connect-title {
    color: var(--b9-primary-color);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.lets-connect .b9-social-icon {
    width: 44px;
    height: 44px;
}

/* Tablet Styles */
@media (max-width: 991.98px) {
    .lets-connect .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* Mobile Styles */
@media (max-width: 767.98px) {
    .lets-connect .container-fluid {
        flex-direction: column;
        justify-content: center;
    }

    .b9-lets-connect-title {
        color: var(--b9-primary-color);
        font-size: 24px;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
    }

    .lets-connect .b9-social-icon {
        width: 48px;
        height: 48px;
    }
}

/* Mark's custom styles */
.b9-lets-connect-title{font-size: 36px}
.b9-social-media{justify-content: center}
@media (min-width:768px) {.b9-lets-connect-title{font-size: 40px}}
@media (min-width:992px) {.b9-social-media{justify-content: flex-start}}
