/* Lessons index CSS */

.lessons {
    padding-top: 65px;
}

.lessons__breadcrumb {
    line-height: 1.5;
    margin-bottom: 30px;
}

.lessons__title {
    margin-bottom: 30px;
}

.lessons__tag {
    margin-bottom: 50px;
}

.lessons__counties {
    align-items: center;
    color: #AAC555;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.lessons__counties__county {
    color: #AAC555;
    line-height: 2;
    margin: 0 10px;
}