.sec-tramites__footer {
    display: grid;
    justify-content: center;
    padding: 10px;
    margin-top: 30px;
    color: #50535a;
}

.sec-tramites__footer .sec-footer__title {
    margin: 30px auto;
    text-align: center;
    font-size: 5vw;
    max-width: 800px;
}

 .sec-tramites__footer a {
    color: #50535a;
    text-decoration: underline;
}

 .sec-tramites__footer .sec-footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

 .sec-tramites__footer .sec-footer-content .sec-footer-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 110px;
    margin: 15px;
    text-align: center;
}

 .sec-tramites__footer .sec-footer-content .sec-footer-item img {
    margin-bottom: 20px;
}
.thr-footer__title{
    text-align: center;
}
@media screen and (min-width: 505px) {
     .sec-tramites__footer .sec-footer__title {
        font-size: 26px;
    }
}
@media screen and (min-width:768px) {
     .sec-tramites__footer .sec-footer-content .sec-footer-item {
        width: 200px;
        font-size: 20px;
    }
}
@media screen and (min-width:1440px) {
     .sec-tramites__footer .sec-footer-content .sec-footer-item {
        width: 250px;
    }
}