#search-article{
    font-family: 'montserrat', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:20px;
    flex-wrap: wrap;
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

.search-post{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    width: 100%;
}

.res-search{
    margin-top: 10px;
}

.search-title a{
    text-decoration: none;
    color: #0d0d0d
}
.img.attachment-thumbnail.size-thumbnail.wp-post-image{
    width: 250px !important;
}

