.module-progress {
    font-weight: 300;
    font-size: 19px;
    line-height: 130%;

    strong {
        font-weight: 600;
    }

    p {
        margin: 8px 0 0;
        border-radius: 10px;
        height: 10px;
        width: min(240px, 100%);

        span {
            position: relative;
            z-index: 1;
            display: block;
            height: inherit;
            border-radius: inherit;
        }
    }
}

.module-badge {
    border-radius: 100px;
    background: #375363;
    text-align: center;
    font-weight: 600;
    color: #FFFFFF;
}

.module-continue,
.module-unlock {
    gap: 8px;
    font-size: 19px;
    border: none;
}

@media screen and (width < 825px) {
    .module-continue,
    .module-unlock,
    .module-repeat {
        font-weight: 600;
        font-size: 13px;
        line-height: 120%;
        padding: 9px 18px;
    }
}