.search-result {

    .recommendation {
        padding: 0 15px;
        .title {
            width: 100%;
            font-size: 15px;
            padding: 20px 0 5px;
            text-align: center;
        }

        .courses {
            display: flex;
            flex-flow: wrap;
            justify-content: space-between;
        }

        .bottom{
            margin-top: 12px;
        }

        .price {
            color: #FF2121;
            font-size: 15px;
            margin-right: 15px;
        }

        .old-price {
            color: $color_999;
            font-size: 11px;
            text-decoration: line-through;
        }
    }
}