.more-articles {
    float: right;
    max-width: 30%;
    margin-left: 50px;
    margin-bottom: 50px;
}
.more-articles .title {
    font-size: 25px;
    margin: 0;
    padding: 5px;
    background: #427CBD;
    border: none;
    color: #FFF;
    text-align: center;
    border-radius: 5px 5px 0 0;
}
.more-articles .list-group-item:before {
    font-family: "Font Awesome 5 Free";
    font-size: 1.3em;
    font-weight: bold;
    color: #427CBD;
    margin-right: 7px;
    vertical-align: -2px;
    content: "\f69a";
}
.more-articles .list-group-item.sel {
    font-weight: 900;
    background: #F3F5F7;
}
.long_desc .bullet {
}
.long_desc .line {
    clear: both;
    margin: 50px 0;
    height: 1px;
    border-bottom: 2px dotted #CCC;
}
.container_articles_zoom H2 {
    color: #427CBD;
    font-family: 'Lobster Two', cursive;
}
.container_articles_zoom H3 {
    font-family: 'Courgette', cursive;
}
.container_articles_zoom H4 {
    font-family: 'Courgette', cursive;
}
.container_articles_zoom .short_desc {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 2px dotted #CCC;
}
.container_articles_zoom .long_desc {
    font-size: 16px;
}
.container_articles_zoom .pict {
    margin: 0 50px 20px 0;
    max-width: 300px;
}
.container_articles_zoom .pict.float-right {
    margin: 0 0 20px 50px;
    max-width: 300px;
}
.container_ketubah-questions .articles__list__item H5.card-title:before {
    font-family: "Font Awesome 5 Free";
    font-size: 1.3em;
    font-weight: bold;
    color: #427CBD;
    margin-right: 7px;
    vertical-align: -2px;
    content: "\f69a";
}
.articles_list A {
    text-decoration: none;
}
.gray_line_ketubah-questions {
    background: url(../img/ketubah-bg2.png) 0 0 / cover #F3F5FA;
    padding: 40px 0 30px;
    margin-bottom: 30px;
    margin-top: -47px;
}
@media (max-width: 575px) {
    .more-articles {
        float: none;
        max-width: 90%;
        margin-left: 5%;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .more-articles {
        float: none;
        max-width: 90%;
        margin-left: 5%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) and (max-width: 1399px) {
}
@media (min-width: 1400px) and (max-width: 1599px) {
}
@media (min-width: 1600px) and (max-width: 1799px) {
}
@media (min-width: 1800px) {
}
