section.mkthub-bThree {
    padding: 80px 0;
    background-color: white;
    font-family: "Roboto", sans-serif;
}

@media(max-width: 991px) {
    section.mkthub-bThree {
        padding: 60px 0 20px;
    }
}

section.mkthub-bThree .content-title h2 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: rgba(0, 92, 185, 1);
    text-align: center;
    margin-bottom: 40px;
}

@media(max-width: 991px) {
    section.mkthub-bThree .content-title h2 {
        margin-bottom: 36px;
    }
}

section.mkthub-bThree .content-image {
    aspect-ratio: 1140 / 646;
    width: 100%;
}

@media(max-width: 991px) {
    section.mkthub-bThree .content-image {
        aspect-ratio: 375 / 212;
        width: unset;
        margin: 0 -15px;
    }
}

section.mkthub-bThree .content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}