.free-courses {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    .top {
        position: absolute;
        top: 10px;
        left: 0;
    }

    .tag-starting {
        background: $red;
        color: $white;
    }

    .tag-category {
        background: #E0B97B;
        color: $white;
    }

    .course-item {
        margin-top: 0;
        margin-bottom: 16px;

        .course-title {
            margin-top: 0;
            line-height: 34px;
        }

        .bottom {
            display: flex;
            justify-content: space-between;
        }
    }
}