﻿#divInfoFlex {
    display: flex;
    align-items: center;
    justify-content: center;
}

#divInfoEmpty {
    flex: 1;
    margin: 0 0 15px 50px; /* at once: top, right, bottom, left. */
}

#divInfo {
    margin: 0 0 15px 10px; /* at once: top, right, bottom, left. */
    text-align: center;
}

#divInfoHeader {
    font-size: 40pt;
    line-height: 55px;
    margin: 0 0 15px 0; /* at once: top, right, bottom, left. */
    text-align: left;
}

#divInfoHeader2 {
    font-size: 18pt;
    margin: 0 0 25px 0; /* at once: top, right, bottom, left. */
    text-align: left;
}

#imgMailIcon {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

#hrMailIcon {
    height: 100px;
    width: 100%;
}

#divInfoText1 {
    margin: 0 0 15px 0; /* at once: top, right, bottom, left. */
    text-align: left;
}

#divInfoText2 {
    margin: 15px 0 25px 0; /* at once: top, right, bottom, left. */
    text-align: left;
}

