body {
    display:flex;
    flex-direction: column;
    margin: 0px;
    font-style: normal;
    background: #EFEFEF;
    height: 100%;
}

hr {
    border-top: 1px solid #F1F1F1;
    width: 100%;
}

.container {
    max-width: 343px;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto; 
}

.big-white {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}

.banner {
    background-color: #E52027;
    height: 58px;
}

.banner .container img {
    width: 34px;
    height: 34px;
    margin-right: 6px;
}

.banner .container p {
    flex-grow: 1;    
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}

.banner .container p:last-child {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-decoration-line: underline;
    position: absolute;
    right: 16px;
    bottom: 6px;
    margin: 0px;
}

.green-banner {
    background-color: #0BAE4C;
    height: 227px;
}

.green-banner .container {
    flex-direction: column;
}

.green-banner .container p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.green-banner .container p:first-child {
    margin: 0px;
}

.green-banner .container img {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    width: 114px;
    height: 114px;
    margin-top: 14px;
    margin-bottom: 0px;
}

.green-banner .container p:nth-last-child(2) {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 0px;
}

.green-banner .container p:last-child {
    margin-top: 5px;
    margin-bottom: 0px;
}

.green-banner .container p:last-child img {
    margin-top: 0px;
    width: 11px;
    height: 11px;
}

.message {
    margin-top: 6px;
    height: 62px;
    background: #FFFFFF;
}

.message .container p {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
}

.info {
    margin-top: 6px;    
    background: #FFFFFF;
}

.info .container {
    flex-direction: column;
}

.info .info-content {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.info .info-content .title {
    width: 97px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}

.info .info-content div,.title:first-child {
    margin-top: 12px;
}

.info .info-content div {
    width: calc(100% - 100px);
}

.info .info-content div p {
    margin-top: 0px;
    margin-bottom: 5px;
}

.info .info-content:last-child {
    flex-direction: row;
    flex-grow: 1;
    width: 100%;
    padding-bottom: 15px;
}

.info .info-content:last-child div { 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;    
}

.info .info-content:last-child div div:nth-child(2){ 
    width: calc(100% - 100px);
}

.info .info-content:last-child div div {
    margin-top: 0px;
}

.info img {    
    margin-top: 17px;
    width: 100%;
}

.space {
    flex-grow: 1;
    width: 100%;
    background-color: #FFFFFF;
}