.padre{
    background-color: #F9F9F9;
    margin-top: 20px;
    font-family: "IberPangea-Regular", sans-serif;
    align-items: center;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}
.row.medios{
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    margin-left: 11%;
}
.icon-text {
    display: flex;
    align-items: center;
}

@media (min-width: 651px) and (max-width: 1980px) {
    .titulo{
        margin-bottom: 20px;
    }
}

@media (min-width: 500px) and (max-width: 650px) {
    .titulo{
        margin-bottom: 30px;
    }
    .row.medios{
        margin-left: 22%;
    }
    
}

@media (min-width: 350px) and (max-width: 499px) {
    .titulo{
        margin-bottom: 50px;
    }
    .row.medios{
        flex-direction: column;
        align-items: center;
        margin-left: 0;
    }

    .col.itemMedios{
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
}