@media (max-width: 575px) {
    .theme-switch {
        position: absolute;
        margin-top: 12%;
        right: 25px !important;
        display: flex;
        align-items: center;
    }
}