@import "b-page.css";
@import "b-2col.css";
@import "b-bar.css";
@import "b-blob.css";
@import "b-blocktitle.css";
@import "b-button.css";
@import "b-counter.css";
@import "b-enriching-animation.css";
@import "b-iframe.css";
@import "b-jumbotron.css";
@import "b-lifestages.css";
@import "b-link.css";
@import "b-matter-point.css";
@import "b-matter-points.css";
@import "b-numbers.css";
@import "b-quote.css";
@import "b-review.css";
@import "b-reviews.css";
@import "b-support.css";
@import "b-text.css";
@import "b-text-column.css";
@import "b-video.css";

.box-gold {
    /* Box shadow for the drop shadow effect */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    /* Background color for the container */
    background-color: #fff;

    /* Position to center for demo purposes */
    margin: 50px auto;

    /* Add a border with a gradient color */
    border: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(94.09deg, #FFD843 0%, #FF9126 83.75%);
    overflow: hidden; /* Ensure the background matches the rounded border */
}


.bg-gold {
    /* Background color for the container */
    background-image-source: linear-gradient(94.09deg, #FFD843 0%, #FF9126 83.75%);
}

/* Desktop */
@media only screen and (min-width: 992px) {
    .h0 {
        font-size: 72px;
    }
}

/* mobile */
@media only screen and (max-width: 992px) {
    .h0 {
        font-size: 34px;
    }
}
