.d-flex-wrap {
    
    display: flex;
    flex-wrap: wrap;
    
}

.select-dropdown {
    top: 0px !important
}

.equal-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.content-main {
    flex: 1;
}

.content-footer {
    margin-top: auto;
}

.material-icons-outlined {
    
    vertical-align: text-bottom;
    
}

.via-mail::before{
    content: "support_agent";
    font-family: 'Material Icons';
    position: absolute;

    font-size: 180px;
    color: rgba(0,0,0,0.08);

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}

.via-tel::before{
    content: "smart_toy";
    font-family: 'Material Icons';
    position: absolute;

    font-size: 180px;
    color: rgba(0,0,0,0.08);

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}