#social-offers {
    max-width: 1300px;
    padding: 10px;
    margin: 0 auto;
}

.municipality-banner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 50px;
    margin-bottom: 50px;
}

.municipality-logo {
    box-shadow: 0px 3px 6px #00000029;
    background-color: white;
    border-radius: 50%;
    align-self: flex-end;
    width: 170px;
    height: 170px;
    object-fit: contain;
    padding: 10px;
}

.municipality-banner-container h4 {
    color: #054C7B;
    align-self: flex-end;
    padding-bottom: 3rem;
    text-align: center;
}

.social-offers-wrapper {
    margin-top: 7rem;
    margin-bottom: 7rem;
}

.banner-container {
    width: 50%;
    border-bottom: 3px solid #FCB713;
    margin-bottom: 2rem;
}

.offer-card {
    height: auto;
    max-height: none;
    box-shadow: none;
    border-bottom-right-radius: 15%;
}

.card-title {
    padding: 15px 25px;
}


@media screen and (max-width:1100px) {
    .municipality-banner-container {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:500px) {
    .dimarxeio-img {
        display: none;
    }

    .banner-container {
        display: flex;
        justify-content: center;
        border: none;
        width: auto;
    }

    .social-offers-banner {
        min-width: 235px;
    }

    .social-offers-wrapper {
        margin-top: 0;
    }
}

@media screen and (max-width:350px) {
    .offers-grid {
        grid-template-columns: repeat(auto-fit, minmax(256px, 0.2fr));
    }
}