.banner {
    background-color: #ffffff;
    width:100%;
    height: 128px;
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
}

.eroad-logo {
    position: relative;
    margin-top: 39px;
    margin-left: 51px;
    width: 65px;
    height: 54px;
}

.vault-banner-name {
    position: relative;
    margin-top: 46px;
    margin-left:21px;
    margin-bottom: 0px;
    width: 77px;
    height: 40px;
    font-family: "Roboto";
    font-weight: 500;
    color: #000000;
    font-size: 32px;
    letter-spacing: 0.60px;
    line-height: 40px;
    white-space: nowrap;
}

.vault-banner-tagline {
    margin-left: auto;
    margin-top: 79px;
    margin-right: 43px;
    margin-bottom: 0px;
    color: #000;
    /* ResponsiveWeb/LargeScreens/SubtitleBold */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
    width: auto;
    white-space: nowrap;
    font-family: "Roboto";
}