html, body {
    margin: 0;
    background-image: url("https://memoria.ifrs.edu.br/wp-content/uploads/sites/4/2019/07/IBIRUB%C3%81.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.text-center {
    text-align: center;
    color: #fff;
}
.d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .row-cols-custom-2 > .col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.row{
    justify-content: space-around;
    align-items: center;
    padding: 15px;
}
.col{
     display: grid;
     justify-content: center;
}
.card{
    width: 175px;
    height: 155px !important;
    justify-content: center;
    align-items: center;
}
.tam-img-padrao{
     width: 70px !important;
     height: 70px;
 }
.card-body{
    padding: 1px !important;
}
a{
    display: flex !important;
    flex-flow: column;
    text-decoration: none !important;
    color: #000 !important;
    align-items: center;
}



