.blog .image-header>img {
    width: 100%;
}

.button-fb a {
    padding: 10px;
    /* background: #000; */
    display: block;
    width: max-content;
    margin: auto;
    border-radius: 3px;
    background: #2b2063;
    color: #fff;
    font-size: 14px;
    margin-top: 13px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .05), 0 1px 2px 0 rgba(0, 0, 0, .08);
    text-decoration: none;
}

.blog .image-header {
    width: 100%;
    height: 300px;
    background-position: center center;
    background-size: cover;
}

@media (min-width: 769px) {
    .blog .offerta-box {
        height: 590px;
    }

    .blog .btn-fb {
        position: absolute;
        bottom: 30px;
        width: calc(100% - 90px);
        margin-left: auto;
        right: 0;
        left: 0;
        margin-right: auto;
    }

}

@media (max-width: 768px) {
    .blog .offerta-box {}

    .blog .btn-fb {}

}


section ul {
    list-style-type: disc;
    padding: 10px;
}

section ul li {
    font-size: 18px;
    font-weight: 300;
    list-style: inside;
    color: #292929;
    letter-spacing: 0.9px;
    line-height: 27px;
}

.content p {
    font-size: 18px !important;
    font-weight: 300;
    color: #292929;
    margin-bottom: 0px;
    padding-top: 15px;
}