/*.switch-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}*/
.switch-bg {
    
}
.switch-space {
    /*display: flex;*/
}
.switch-btns {
    display: flex;
    flex-direction: column;
    /*align-items: flex-end;*/
    justify-content: flex-end;
    padding: 80px 0;
}
.switch-btn {
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
    margin: 10px 0;
}
.switch-btn:hover {
    color: #003761;
}
.switch-text {
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
}