.item-title {
    text-align: center !important;
}

.item-content p {
    font-size: 1.4rem !important;
    line-height: 1.5 !important;
    text-align: center !important;
}

.item-img {
    padding-top: 1rem;
    margin: 0 auto !important;
    width: 100% !important;
    max-height: 120px !important;
    max-width: 150px !important;
    display: flex;
    justify-content: center;
}

.item-img img {
    width: 100%;
    height: auto;
    object-fit: contain !important;
}

ul, .feeds {
    list-style: none;
}

.feeds li {
    font-family: 'Jost', sans-serif;
    font-size: 1.8rem;
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -.7em;
    color: white;
}

.desc {
    color: rgb(255, 196, 49) !important;
}

.strong {
    font-weight: 700;
}

#header1-v ul {
    font-size: 1.6em;
    color: white;
}

ul li::before {
    content: "\2022";
    color: rgb(255, 196, 49);
    font-weight: bold;
    display: inline-block;
    width: -0.2em;
    margin-right: 0.5em;
    margin-left: -1em;
    font-size: 1.2em;
}

.float-wapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float-wapp-site {
    margin-top: 16px;
}

@media (max-width: 575px) {
    .cid-t4HH7DOLl8 {
        background-image: none;
        background-color: black;
      }
    .mbr-section-btn{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}