.left-header .title i {
    margin-right: 1.5%;
    color: #773CF4;
}

.left-header {
    margin-top: 30vh;
    margin-left: 10vw;
    padding-left: 10vw;
    padding-right: 10vw;
}

.bottom-box {
    margin-top: 20vh;
}

.bottom-box p {
    text-align: center;
    cursor: pointer;
}

.bottom-box progress {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
}
