.elementor-10228 .elementor-element.elementor-element-8a6fe2a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9089cbf */.oembed-card.clearfix {
    margin: 16px 0;
    padding: 0;
    display: flex;
    border: 1px solid #D1D1D1;
    border-radius: 8px;
    overflow: hidden;
}

.oembed-card .o-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-box-content {
    background-color: #FFEDCB;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    width: 84%;
}

.box-btns-bnr {
    display: flex;
    gap: 16px;
}

.box-tumbnail-bnr {
    width: 50%;
}

.btn1-bnr {
    background-color: #E88F00;
    color: #ffffff !important;
    padding: 10px 28px;
    border-radius: 8px;
    font-size: 17px;
    width: fit-content;
    height: auto;
    transition: 200ms;
}

.btn1-bnr:hover {
    outline: 4px solid #FCD999;
}

.btn2-bnr {
    background-color: #0A3762;
    color: #ffffff !important;
    padding: 10px 28px;
    border-radius: 8px;
    font-size: 17px;
    width: fit-content;
    height: auto;
    transition: 200ms;
}

.btn2-bnr:hover {
    outline: 4px solid #6E96C9;
}
.o-title {
    font-size: 19px;
    font-weight: bold;
}
.o-description {
    font-size: 16px;
    text-align: justify;
}
@media (max-width: 991px) {
    .oembed-card.clearfix {
        flex-direction: column;
    }
    .container-box-content {
        width: 100%;
    }
    .box-tumbnail-bnr {
        width: 100%;
    }
    .box-btns-bnr {
        min-width: 100%;
        text-align: center;
        flex-direction: column;
    }
    .btn1-bnr,
    .btn2-bnr {
        width: 100%;
        height: auto;
    }
}/* End custom CSS */