.content-float-left {
    float: left !important;
}

.image-50 {
    width: 50%;
}

.full-width {
    width: 100%;
}

.text-bold {
    font-weight: bold;
}

.content-float-right {
    float: right !important;
}

.modal-body {
    overflow: hidden;
    word-break-wrap: break-word !important;

    /** the text is not wrapping in the modal body */
    word-wrap: break-word !important;
}

.modal-body p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
}

.modal-body p {
    white-space: normal !important;
}

.col-6.sticky-top {
    align-self: flex-start;
    top: 100px;
}

/* Define media query for mobile devices */
@media (max-width: 767px) {
    /* Margin top classes for mobile devices */
    .mobile-mt-1 {
        margin-top: 0.25rem !important;
    }

    .mobile-mt-2 {
        margin-top: 0.5rem !important;
    }

    .mobile-mt-3 {
        margin-top: 1rem !important;
    }

    .mobile-mt-4 {
        margin-top: 1.5rem !important;
    }

    .mobile-mt-5 {
        margin-top: 2rem !important;
    }
}



