@media (max-width: 1024px) {
    .articlelist .smallbox {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    
    .articlelist .readmore {
        display: none;
    }
}

.articlelist {
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.articlelist .smallbox {
    display: flex;
    cursor: pointer;
    margin-bottom: 30px;
    width: 100%;
}

.articlelist .smallbox h2,p {
    margin-top: 0px;
    margin-bottom: 5px;
}

.articlelist .smallbox .textcontainer {
    margin-left: 10px;
    width: 100%;

}

.articlelist .smallbox .imagecontainer {
    width: 200px;
}

.articlelist .bigbox {
    width: 100%;
    margin-bottom: 30px;
    align-self: center;
    cursor: pointer;
    width: 100%;
}

.articlelist .bigbox h2,.articlelist .bigbox p,.articlelist .bigbox img {
    margin-top: 0px;
    margin-bottom: 5px;
    width: 100%;
}
