﻿
.image.glos {
    width: 100% !important;
    margin-bottom: 1rem !important;
}

    .image.glos img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

/* Desktop styles */
@media (min-width: 768px) {
    .image.glos {
        float: right !important;
        width: 54% !important;
        margin-left: 1rem !important;
        margin-bottom: 1rem !important;
        margin-top: 0 !important; /* Ensures it aligns with the h1 */
    }
}


