.section-courses article {
    background-color: #fff;
    position: relative;
    width: 273px;
    margin: 0 0 25px;
}

.section-courses article figure {
    height: 183px;
}

.section-courses article figure img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 100%;
    background-position: center;
}

.section-courses article header a:link,
.section-courses article header a:visited,
.section-courses article header a:hover,
.section-courses article header a:active,
.section-courses article header a:focus {
    outline: none;
}

.section-courses article header a,
.section-courses article header a:hover {
    color: #444;
    text-decoration: none;
}


.section-courses article header a > div,
.section-courses article header > div,
.section-courses article > div {
    padding: 25px;
}

.section-courses article header a > div {
    max-height: 184px;
}

.section-courses article > div > div:first-of-type {
    width: 75%;
    padding-bottom: 20px;
}

.section-courses article > div > div:first-of-type > div {
    max-height: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
}

.section-courses article h4 {
    line-height: 130%;
}

.section-courses article > div > div:last-of-type {
    padding-top: 20px;
}

.section-courses article [type="checkbox"] {
    display: none;
}

.section-courses article [type="checkbox"] + label {
    position: absolute;
    background: #fff url('/plugins/Customizing/assets/images/icn-info.svg') no-repeat center center;
    background-size: 30px auto;
    height: 36px;
    width: 36px;
    right: 30px;
    top: 30px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

.section-courses article > div {
    display: none;
}

.section-courses article [type="checkbox"]:checked ~ div {
    position: absolute;
    left: 5px;
    top: 0;
    background-color: #fff;
    right: 0;
    bottom: 0;
    display: block;
}

.section-courses article header > div {
    position: relative;
}