img.bannerTrackingImg {
    margin: 4rem 0 4rem 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(222,222,222,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(222,222,222,1);
    box-shadow: 0px 0px 5px 0px rgba(222,222,222,1);
}

/* HTML Banner Styles */
.bnt-html-banner {
    margin: 4rem 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(222,222,222,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(222,222,222,1);
    box-shadow: 0px 0px 5px 0px rgba(222,222,222,1);
    border-radius: 10px;
    overflow: hidden;
}

.bnt-tag-title {
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.bnt-main-title {
    margin-bottom: 15px;
    font-weight: 700;
}

.bnt-main-text {
    margin-bottom: 20px;
}

.bnt-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    transition: all 0.3s ease;
}

.bnt-content-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bnt-image-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bnt-thumbnail {
    max-width: 100%;
    height: auto;
}
a.htmlBannerBtn.orangeBtnCta {
    width: fit-content;
}

@media (max-width: 768px) {
    .bnt-content-col, .bnt-image-col {
        width: 100%;
    }
    
    .bnt-image-col {
        margin-top: 20px;
    }
}
