#how-to-setup-section {
    padding-top: 55px;
    padding-bottom: 110px;
}

#how-to-setup-section h2 {
    font-weight: 600;
}

#how-to-setup-section .content  {
    flex-direction: column;
    align-items: center;
}

#how-to-setup-section .content > div:first-child {
    display: flex;
    align-items: center;
    color: var(--color-black);
    gap: 50px;
}

#how-to-setup-section .mdl-layout__container {
    position: static;
    margin-top:50px;
}

#how-to-setup-section header {
    height: fit-content;
    background-color: unset;
    box-shadow: none;
    padding: 0 40px;
}

#how-to-setup-section .mdl-layout__tab-bar {
    background-color: unset;
    justify-content: space-between;
}

#how-to-setup-section .mdl-layout__tab-bar .mdl-layout__tab {
    color: var(--color-gray-light);
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    flex-grow: unset;
}

#how-to-setup-section .mdl-layout__tab-bar .mdl-layout__tab.is-active {
    color: var(--color-black);
}

#how-to-setup-section .mdl-layout__tab-bar .mdl-layout__tab.is-active::after {
    height: 5px;
    background: #E4C268;
    border-radius: 4px;
}

#how-to-setup-section .mdl-layout__content {
    margin-top: 10px;
}

#how-to-setup-section .mdl-layout__content img {
    box-shadow: -20px 20px 0 #E4E7F8;
    margin: 20px;
    border-radius: 20px;
}

.slide-panel {
    display: flex;
    gap: 48px;
}

.slide-panel h4 {
    font-weight: 700;
    line-height: 150%;
}

.slide-panel h5 {
    margin:5px 0;
}

.slide-panel > div {
    max-width: 382px;
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: 20px;
}

#how-to-setup-section .mdl-layout__header {
    display: flex !important;
}

.mdl-layout__tab-bar {
    width: 100%;
    padding: 0;
    margin-left:0;
}

@media (min-width: 1024px) {
    .mdl-layout__tab-bar-button {
        display: none;
    }
}

@media (max-width: 1024px) {
    .mdl-layout__content {
        margin: 0 20px;
    }
    #how-to-setup-section .content > div:first-child {
        gap: 20px;
    }
    #how-to-setup-section .content > div:first-child img {
        width: 72px;
    }
    #how-to-setup-section {
        background: #E5EDFF;
        z-index: 1;
        padding-top: 16px;
        padding-bottom: 77px;
    }

    #how-to-setup-section h2 {
        font-size: 28px;
    }
    

    #how-to-setup-section .content > div {
        margin: 0 40px;
    }

    #how-to-setup-section .mdl-layout {
        margin-top: 30px;
    }

    #how-to-setup-section .mdl-layout__content img {
        box-shadow: none;
        margin: 0 0px;
        border-radius: 0;
    }

    .mdl-layout__tab-bar-button {
        background: none;
    }
    .mdl-layout__tab-bar-button.is-active {
        color: black;
    }
    .mdl-layout__tab-bar {
        width: calc(100% - 120px);
        padding: 0;
        margin-left: 60px;
    }
    #how-to-setup-section .slide-panel {
        flex-direction: column-reverse;
        gap: 30px;
        align-items: center;
    }

    #how-to-setup-section .slide-panel > div {
        margin: 0 20px;
    }

    #how-to-setup-section .slide-panel img {
        max-width: 100%;
    }
    #how-to-setup-section header {
        padding: 0 0;
    }
    .slide-panel h4 {
        display: none;
    }
    .slide-panel h5 {
        font-size: 18px;
    }
}