p {
    padding: 0px;
}

.block_custom {
	background-color: #fff;
    border-radius: 6px;
    min-height: 250px;
    width: 800px;
    margin: 0px 0px 50px 0px;
	padding: 20px;
}.block_custom:hover {
    background-color: #fafafa;
}

.block_custom_last {
	margin: 0px !important;
}

.block_text {
	margin: 0px 0px 20px 0px;
	padding: 20px 0px 0px 0px;
}

.block_link {
    color: #333;
    cursor: pointer;
    font-size: 1.1em;
    font-family: 'font_semibold';
    text-decoration: none;
}.block_link:hover {
    color: #444;
}

.block_img {
    border: solid 1px #444;
    width: 240px;
}.block_img:hover {
    filter: contrast(1.2);
}

.img_in_text {
    width: 32px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

/* CHAPTERS */
.div_of_chapter {
    margin: 8px 22px 0px 22px;
    width: 148px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.text_chapter_title {
    color: #d81213;
    font-family: 'font_semibold';
    text-align: center;
    text-decoration: none;
}.text_chapter_title:hover{ color: #b10205; }

.text_chapter_school {
    color: #6c6c6c;
    cursor: default;
    font-family: 'font_light';
    font-size: 0.84em;
    text-align: center;
}

.div_text_chapter_school {
    margin: 6px 0px 12px 0px;
}

.img_chapter_logo {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    width: 100%;
}