@media (min-width: 992px) {
    .theme-portal-login.theme-portal-icon-enabled .theme-portal-container {
        background: #ffcb33;
        box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
        padding: 20px;
        border-radius: 10px;
        min-inline-size: 220px;
    }
    [data-layout-type=row] .hb-grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
    [data-layout-type="row"] {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
        margin:0 auto;
}