﻿
.chapter-title {
    font-family: EtelkaMediumPro;
    font-size: 180%;
    color: #8f6382;
    text-transform: uppercase;
}

.chapter-translation {
    font-family: EtelkaMediumPro;
    font-size: 130%;
    color: #8f6382;
    text-transform: uppercase;
}

.chapter-description {
    font-size: 130%;
    color: #8f6382;
    font-weight: bold;
}

.chapter-list {
    font-size: 130%;
    -webkit-padding-start: 0;
}

    .chapter-list li {
        padding-top: 5px;
        list-style-type: none;
    }

        .chapter-list li::before {
            content: "•";
            padding-right: 7px;
        }

.chapter-img{
    display: block;
    width: 50%;
    max-width: 500px;
    max-height: 500px;
    height: auto;
}
.col-title-img_chapter{
    display: block;
    border: none;
    width: 100%;
    height: auto;
    padding: 10px;
}
.img-raam{
    width: 50%;
}

@media only screen and (max-width: 1000px) {
    .chapter-img{
        display: none;
    }
    .lesson-txt{
        width: 100%;
    }
}
