.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
}

.full-width-youtube-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.full-width-youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel-item {
    max-height: 500px;
}

.carousel-item img {
    object-fit: fill;
    max-height: 500px;
}

@media (min-width: 768px) {
    .text-img.float-start {
        margin-right: 25px;
        max-width: 200px;
    }
    .text-img.float-end {
        margin-left: 25px;
        max-width: 350px;
    }
}

@media (min-width: 992px) {
    .text-img.float-start {
        margin-right: 25px;
        max-width: 300px;
    }
    .text-img.float-end {
        margin-left: 25px;
        max-width: 500px;
    }
}