/* Desktop Case Study Card Flags - Small Squares */
body.home #threeCardsDivIChildID10 .flag {
    position: absolute !important;
    top: 0.5vw !important;
    right: 0.5vw !important;
    width: 1.5vw !important;
    height: 1.5vw !important;
    max-width: 1.5vw !important;
    max-height: 1.5vw !important;
    object-fit: cover !important;
    border-radius: 2px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) !important;
    z-index: 10 !important;
}
