.offers {
    justify-content: center;
}

.offers-post {
    border: #222;
    padding: 1.8em 1.8em;
    margin: 0 1.8em;
    background-color: rgb(73, 71, 71);
    border-radius: 1%;
}

.offers-post p {
    line-height: 1em;
}

.offers-post a {
    font-weight: bold;
    color: #fff
}

.offers-post img {
    width: 25em;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

.offers-post h3 {
    font-size: 1.7em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.offers-post h5 {
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.offers-detail {
    font-size: 1.4rem;
    color: #fff;
    text-align: left;
}

.offers-detail p {
    text-align: justify;
    margin: 0.9rem 0 0.3rem 0;
}

.offers-detail ul, .offers-detail li {
    margin: 0.3rem 0 .3rem 0;
    line-height: 1em;
}

@media screen and (min-width: 1024px) {
    .offers {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    .offers-post img {
        width: 62em;
    }
    
    .offers-detail {
        font-size: 1.2rem;
        line-height: 1.6em;
    }

    .offers-post h3 {
        font-size: 2.0em;
    }

    .offers-post h5 {
        font-size: 1.7em;
    }

}