﻿.box-list {
    list-style: none;
    padding: 0;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
*, ::after, ::before {
    box-sizing: border-box;
}
user agent stylesheet
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.box-list-item {
    border-bottom: dotted 1px #848484;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
user agent stylesheet
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.box-list {
    list-style: none;
    padding: 0;
}
user agent stylesheet
ul {
    list-style-type: disc;
}
@media screen and (min-width: 768px){
.box-item {
    display: flex;
}}
.box-item-image {
    line-height: 0;
    flex: 0 0 auto;
    width: auto;
    margin-right: 25px;
}

@media screen and (min-width: 768px){
.box-item-image {
    max-width: 30%;
}}
.box-item-content {
    flex: 1 1 0;
    width: auto;
}
.box-item-date {
    color: #848484;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.box-item-title {
    color: #222222;
}
.box-item-content >*:last-child {
    margin-bottom: 0;
}
.box-item-excerpt {
    text-align: justify;
    color: #848484;
}
.img-fluid {
    max-width: 100% !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

element.style {
}
.box-content img {
    width: 100%;
    height: auto;
    max-width: none;
}
.img-fluid {
    max-width: 950px !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
    border-style: none;
}
*, ::after, ::before {
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
}
.box-item-image {
    line-height: 0;
    flex: 0 0 auto;
    width: auto;
    margin-right: 25px;
}
user agent stylesheet
li {
    text-align: -webkit-match-parent;
}

