.studio-container {
    width: 100%;
    height: fit-content;
    padding-top: 88px;
    display: flex;
    flex-direction: column;
    gap: 1rem;

}

.section-test {
    width: 100%;
    height: 50vh;
    background-color: green;
}

.scroll-anchor {
  scroll-margin-top: 88px;
}