.content-box__main-page {
    /*display: flex;*/
    /*flex-direction: row;*/
    /*flex-wrap: wrap;*/
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    /*-webkit-box-shadow: 0 0 14px 3px rgba(0,0,0,0.23);
    -moz-box-shadow: 0 0 14px 3px rgba(0,0,0,0.23);
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);*/
}

.content-box-top__main-page {
    display: flex;
    width: 100%;
    min-height: 300px;
}

.content-box-top__main-page img {
    margin-right: 10px;
}


.box-content-text {
}


.content-box__main-page > img {
    max-width: 600px;
    width: 100%;
    height: 250px;
    object-fit: cover;
    max-height: 300px;
}

.content-box-top__main-page .box-header__main-page {
    font-size: 25px;
}

.content-box-top__main-page .description {
    font-size: 18px;
}

.content-box__main-page > h3 {
    font-size: 1.3rem;
    margin: 0;
}

.box-header__main-page {
    margin: 0;
}

.box-category__main-page {
    font-size: 11px;
    margin-left: 5px !important;
}

.content-wrapper-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-auto-rows: 400px;
}

.content-box-top__main-page .content-box__main-page {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.content-box-top__main-page img{
    max-width: 600px;
    object-fit: cover;
    flex: 1 1 250px;
    max-height: 600px;
}

.content-box-top__main-page .box-content-text {
    flex: 2 2 300px;
}

.content-box__main-page > p {
    margin: 5px 0;
}

.box-header__main-page {
    font-size: 18px;
}

.description {
    font-size: 14px;
}

.category-divider {
    width: 100%;
    height: 2px;
    background-color: #5b5b5b;
    border: none;
}


.content-main {
    width: 400px;
    flex: 3 1 400px;
    word-wrap: break-word;
    font-family: Roboto, sans-serif;
}

.aside {
    margin-top: 147px;
    margin-left: 100px;
    width: 200px;
    flex: 1 1 200px;
}

.content-header {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}

.content-time {
    font-size: 16px;
    margin-bottom: 10px;
}

.content-text {
    font-size: 18px;
}


.text-ad_banner {
    width: 320px;
    height: 250px;
    padding: 5px;
    box-sizing: padding-box;
}


.content-header-image {
    flex: 1 1 300px;
    margin-bottom: 20px;
}

.content-header-image > img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}

.content-image-description {
    margin: 2px;
    text-align: center;
    font-size: 10px;
}

.next-container {
    width: 100%;
    height: 40px;
    padding: 10px 0;
    margin-top: 20px;
}

.next {
    height: 40px;
    width: 80%;
    background-color: #2873b4;
    color: white;
    display: block;
    line-height: 20px;
    font-size: 20px;
    padding: 10px;
    border-radius: 5px;
    margin: 10px auto;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.article-category {
    margin-bottom: 5px;
}
.article-category a{
    padding: 5px;
    border-radius: 3px;
    background-color: gainsboro;
}

@media only screen and (max-width: 1000px) {
    .content-wrapper-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 600px) {
    .content-wrapper-grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 600px) {
    .content-wrapper-grid {
        grid-template-columns: 1fr;
    }
    .article-wrapper {
        width: 100%;
    }
}

