/* On phones the flex column of the shared “Our advantages” strip may shrink
   below the icon width while its legacy fixed height remains.  Reserve one
   square slot, so the circular PNG artwork cannot turn into an oval. */
@media (max-width: 767px) {
    html body .our-preim .line .col-md-3 {
        display: flex;
        flex: 0 0 68px;
        width: 68px;
        min-width: 68px;
        max-width: 68px;
        padding: 0 6px;
        align-items: center;
        justify-content: center;
    }

    html body .our-preim .line .col-md-9 {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
    }

    html body .our-preim .line .col-md-3 > img,
    html body .our-preim .line .col-md-3 > img.vo-root-hover-target {
        box-sizing: border-box;
        flex: 0 0 56px;
        width: 56px !important;
        min-width: 56px;
        max-width: 56px !important;
        height: 56px !important;
        min-height: 56px;
        max-height: 56px;
        margin: 0 !important;
        border-radius: 50%;
        object-fit: contain;
    }
}
