@media screen and (max-width: 1000px){
    .top_background .info .date{
        text-align: center;
        margin: 0 auto 2rem auto;
        font-size: 1.4rem;
        width: 25rem;
        padding-top: 1rem;
    }
    .top_background .info h1{
        text-align: center;
        font-size: 3.5rem;
        line-height: 4rem;
        padding-bottom: 3rem;
    }
    .top_background .info .author_date{
        flex-direction: column;
    }
    .top_background .info .author_date .date{
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 860px){
    .image{
        width: 100%;
        height: 100%;
        padding: 5rem 0;
        margin: unset;
    }
    .text p{
        font-size: 1.4rem;
        line-height: 2rem;
        text-align: left;
    }
    .text h2{
        font-size: 2.5rem;
        text-align: center;
    }
}
@media screen and (max-width: 800px){
    .list_images {
        justify-content: space-between;
    }
    .list_images li {
        width: 48%;
        margin-left: 0;
    }
}
@media screen and (max-width: 600px){
    .image{
        padding: 3rem 0;
    }
}
@media screen and (max-width: 500px){
    .top_background .info h1{
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .list_images li {
        width: 100%;
    }
}
