.container {
    margin-top: 30px;
    background: var(--secondary-color);
    padding: 20px;
    border-radius: 10px;
    width: 100%;
}

.head {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.certificates {
    margin-top: 20px;
}

.career_test_container {
    background: var(--secondary-color-light);
    position: relative;
    color: #fff;
    text-align: left;
    padding: 10px;
}

.category {
    margin: 10px 0;
}
.category_name {
    font-family: "Poppins", "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.progress_body {
    position: relative;
    width: 100%;
    height: 10px;
    margin: 5px 0 20px 0;
}
.progress_line {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    /* z-index: -10; */
    width: 100%;
    height: 3px;
    background: #ccc;
    border-radius: 10px;
}
.progress_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--celebrityschool-purple);
    border-radius: 25px;
    transform-origin: left;
}
.view_more {
    position: absolute;
    background: none;
    border: none;
    color: #fff;
    bottom: 10px;
    right: 10px;
    text-decoration: underline;
    cursor: pointer;
}
.before {
    display: none;
}

@media screen and (min-width: 300px) {
    .head {
        font-size: 18px;
    }
    .certificate {
        height: 220px;
    }
}

@media screen and (min-width: 1000px) {
    .container {
        margin: 0;
    }
}

@media screen and (max-width: 1000px) {
    .container {
        background: none;
        padding: 0;
        margin: 60px 0;
    }
    .head {
        padding-left: 20px;
    }
    .content {
        padding-left: 20px;
    }
    .slider_container {
        width: 100vw;
    }
    .before {
        display: block;
    }
}
