.main-other p {
    color: #fff;
    margin-top: 10px;
}

.items {
    padding-top: 40px;
    background-color: #181617;
    background: url(/img/bg-contato.webp) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.items h3 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 2rem;
}


.items-grid {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    padding-top: 20px;
    padding-bottom: 60px;
    justify-content: center;
}

.items-grid li {
    background: #fff;
    padding: 20px;
    max-width: 280px;
    border-radius: 10px;
}

.items-grid li h2{
    font-size: 1.125rem;
    margin-bottom: 5px;
    text-align: center;
}

.items-grid li .btn{
    max-width: 100%;
    justify-content: center
}

.items-grid li .btn img{
    max-width: 40px;
}
.items-grid li > img{
    margin-left: auto;
    margin-right: auto;
}

