.uc-section-container {
    display: flex;
    column-gap: 5%;
}

.uc-section-image {
    width: 43%;
    height: 100%;
    flex: 1 0 43%;
}

.uc-section-heading {
    line-height: 52px;
}

.uc-section-text {
    font-size: 22px;
    line-height: 28px;
}

.uc-brand-image {
    width: 44%;
    height: 100%;
}

.uc-green-bar {
    padding-top: 2%;
    padding-bottom: 2%;
    background-image: url(/img/bg1.webp), url(/img/patterns-sm.webp);
    background-color: #33cd9f;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    column-gap: 5%;
}

.uc-green-bar-heading {
    color: white;
    line-height: 52px;
}

.uc-green-bar-text {
    color: white;
    font-weight: normal;
    line-height: 25px;
}

.become-expert-carousel {
    width: 48%;
}

.driving-distinction-button {
    width: 323px;
}

@media only screen and (max-width:767px) {
    .uc-section-container {
        flex-direction: column;
    }

    .uc-section-image {
        width: 100%;
    }

    .uc-section-heading {
        font-size: 18px;
        line-height: 24px;
    }

    .uc-section-text {
        font-size: 14px;
        line-height: 24px;
    }

    .uc-brand-image {
        width: 100%;
    }

    .uc-green-bar {
        height: 100%;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .uc-green-bar-heading {
        font-size: 28px;
        line-height: 38px;
        text-align: center;
    }

    .uc-green-bar-text {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }

    .become-expert-carousel {
        width: 100%;
    }

    .driving-distinction-button {
        width: 293px;
    }
}