
.homepage-container {
  /*  position: absolute; */
    /* margin-top: -72px; */
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.homepage-container .homepagehero-dss-actionbar-wrapper{
    position: relative;
    justify-items: center;
    margin-bottom: 40px;
}
.homepage-container  .dss-quick-actions-bar-layout{
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
    padding-inline: 16px;
    width: 100%;
    position:absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.quick-actions-bar-card-group{
    max-width: 1120px;
}

@media screen and (max-width:1023.9px) {
    .homepage-container {
        gap: 16px;
        margin-top: -40px;
    }
    .homepage-container .homepagehero-dss-actionbar-wrapper{
        margin-bottom: 50px;
    }
    .homepage-container  .dss-quick-actions-bar-layout{
        transform: translate(0%, -20%);
        width: 100%;
    }
}

@media (min-width: 170px) and (max-width: 369.9px) {
    .homepage-container .homepagehero-dss-actionbar-wrapper{
        margin-bottom: 160px;
    }
}
