/*CUSTOM DEVELOPERS STYLES*/

#posts {
    text-align: center;
}
#posts img {
    width: 100%;
}
.section__search {
    padding-bottom: 50px;
}
.search-container {
    padding-top: 50px;
}
.search-container h1 {
    margin-bottom: 30px;
}
.search-container .search__card .cert__card {
    flex-wrap: wrap;
    height: 100%;
    min-height: 350px;
    padding: 25px 5px 25px 5px;
}
.search-container .search__card .cert__card .cert__card-image {
    margin-right: unset;
    max-width: unset;
}
@media screen and (max-width: 576px) {
    #posts img {
        margin-bottom: 15px;
    }
    .search-container {
        padding-top: 80px;
    }
}