.agiosads-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.agiosads-post {
    width: 100%;
    margin: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    background-image: url('pautasample.png');
    background-size: cover;
    background-position: center;
}

@media (min-width: 600px) {
    .agiosads-post {
        width: 48%;
    }
}

@media (min-width: 900px) {
    .agiosads-post {
        width: 30%;
    }
}

.agiosads-post-image img {
    max-width: 100%;
    height: auto;
}

.agiosads-post-title h2 a {
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
}
