@media screen and (max-width: 768px) {
    :host {
        width: calc(50% - 1rem);
    }
}
